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 jakamkon
Recipients ajaksu2, isandler, jakamkon
Date 2009-09-23.14:43:13
SpamBayes Score 1.6915928e-05
Marked as misclassified No
Message-id <1253716996.5.0.51769831854.issue1472251@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch with tests and documentation.It fixes the issue by leaving
argument checking to exec and eval functions.The result is a more
readable error messages when invoking run/runeval with incorrect
arguments (see discussion above) and also ability to run pdb on an open
file objects.
History
Date User Action Args
2009-09-23 14:43:17jakamkonsetrecipients: + jakamkon, isandler, ajaksu2
2009-09-23 14:43:16jakamkonsetmessageid: <1253716996.5.0.51769831854.issue1472251@psf.upfronthosting.co.za>
2009-09-23 14:43:14jakamkonlinkissue1472251 messages
2009-09-23 14:43:14jakamkoncreate