Message163875
| Author |
shank |
| Recipients |
shank |
| Date |
2012年06月24日.23:44:47 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1340581488.74.0.233169752541.issue15175@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
user@test:~/learn/python$ pydoc -k zip
zipimport - zipimport provides support for importing Python modules from Zip archives.
gzip - Functions that read and write gzipped files.
lib2to3.fixes.fix_itertools - Fixer for itertools.(imap|ifilter|izip) --> (map|filter|zip) and
lib2to3.fixes.fix_itertools_imports - Fixer for imports of itertools.(imap|ifilter|izip|ifilterfalse)
lib2to3.fixes.fix_zip - Fixer that changes zip(seq0, seq1, ...) into list(zip(seq0, seq1, ...)
zipfile - Read and write ZIP files.
** (python2.7:2599): CRITICAL **: pyg_register_boxed: assertion `boxed_type != 0' failed
Segmentation fault (core dumped)
user@test:~/learn/python$
user@test:~/learn/python$ uname -a
Linux govinda 3.2.0-24-generic #39-Ubuntu SMP Mon May 21 16:52:17 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
user@test:~/learn/python$ |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年06月24日 23:44:48 | shank | set | recipients:
+ shank |
| 2012年06月24日 23:44:48 | shank | set | messageid: <1340581488.74.0.233169752541.issue15175@psf.upfronthosting.co.za> |
| 2012年06月24日 23:44:48 | shank | link | issue15175 messages |
| 2012年06月24日 23:44:47 | shank | create |
|