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 brett.cannon
Recipients benjamin.peterson, brett.cannon
Date 2008-04-27.01:24:51
SpamBayes Score 0.4375212
Marked as misclassified No
Message-id <1209259496.34.0.554400870107.issue2699@psf.upfronthosting.co.za>
In-reply-to
Content
Yep. I already did that and ran the unit test suite to verify. Now I am 
just trying to figure out how to best test it. It seems it only comes up 
for printing a traceback. That would mean either using subprocess to run 
another interpreter and capture its output or cheat and use ctypes. I 
don't like either solution.
History
Date User Action Args
2008-04-27 01:24:56brett.cannonsetspambayes_score: 0.437521 -> 0.4375212
recipients: + brett.cannon, benjamin.peterson
2008-04-27 01:24:56brett.cannonsetspambayes_score: 0.437521 -> 0.437521
messageid: <1209259496.34.0.554400870107.issue2699@psf.upfronthosting.co.za>
2008-04-27 01:24:55brett.cannonlinkissue2699 messages
2008-04-27 01:24:51brett.cannoncreate