This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients adlaiff6, christian.heimes, rhettinger
Date 2008-01-15.01:21:34
SpamBayes Score 0.0024505898
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
Thanks for the patch.  I removed the whitespace changes and added some
tests to make sure structseq now works with the % formatting operator
and isinstance(t,tuple).

Am getting a sporadic segfault in test_zipimport when running "make
test", so holding-off on applying:

test_zipimport
~/py26/Lib/test/test_zipimport.py:91: ImportWarning: Not importing
directory '/home/rhettinger/py26/Modules/zlib': missing __init__.py
  ["__dummy__"])
make: *** [test] Segmentation fault
History
Date User Action Args
2008-01-15 01:21:35rhettingersetspambayes_score: 0.00245059 -> 0.0024505898
recipients: + rhettinger, christian.heimes, adlaiff6
2008-01-15 01:21:35rhettingersetspambayes_score: 0.00245059 -> 0.00245059
messageid: <[email protected]>
2008-01-15 01:21:34rhettingerlinkissue1820 messages
2008-01-15 01:21:34rhettingercreate