Show More
@@ -9,8 +9,8 b' Create an extension to test bundle2 API' | |||||
9 | $ cat > bundle2.py << EOF |
|
9 | $ cat > bundle2.py << EOF | |
10 | > """A small extension to test bundle2 implementation |
|
10 | > """A small extension to test bundle2 implementation | |
11 | > |
|
11 | > | |
12 | > Current bundle2 implementation is far too limited to be used in any core |
|
12 | > This extension allows detailed testing of the various bundle2 API and | |
13 | > code. We still need to be able to test it while it grow up. |
|
13 | > behaviors. | |
14 | > """ |
|
14 | > """ | |
15 | > |
|
15 | > | |
16 | > import sys, os, gc |
|
16 | > import sys, os, gc |
General Comments 0
You need to be logged in to leave comments.
Login now