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 ocean-city
Recipients ocean-city
Date 2008-09-09.13:38:59
SpamBayes Score 6.9756356e-06
Marked as misclassified No
Message-id <1220967540.96.0.0874739181062.issue3812@psf.upfronthosting.co.za>
In-reply-to
Content
Simple workaround is to remove itertools from traceback module and write
equivalent code to itertools.chain.

I'm not sure it is acceptable put such limitation to standard library.
(That is, traceback is used from build process, so should not use C-module)
History
Date User Action Args
2008-09-09 13:39:01ocean-citysetrecipients: + ocean-city
2008-09-09 13:39:00ocean-citysetmessageid: <1220967540.96.0.0874739181062.issue3812@psf.upfronthosting.co.za>
2008-09-09 13:38:59ocean-citylinkissue3812 messages
2008-09-09 13:38:59ocean-citycreate