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 anthonybaxter, brett.cannon, eric.araujo, ezio.melotti, kuran, maker, terry.reedy
Date 2012-02-27.15:58:11
SpamBayes Score 2.6476633e-07
Marked as misclassified No
Message-id <1330358292.17.0.168676982561.issue1531415@psf.upfronthosting.co.za>
In-reply-to
Content
Not quite, Michele. So this bug is about taking the stuff that is printed to stdout/stderr explicitly in parsetok.c and instead using the warnings functions, e.g. PyErr_Warn(), since _warnings is a built-in module (now) and thus is available to the tokenizer to use.
History
Date User Action Args
2012-02-27 15:58:12brett.cannonsetrecipients: + brett.cannon, anthonybaxter, terry.reedy, kuran, ezio.melotti, eric.araujo, maker
2012-02-27 15:58:12brett.cannonsetmessageid: <1330358292.17.0.168676982561.issue1531415@psf.upfronthosting.co.za>
2012-02-27 15:58:11brett.cannonlinkissue1531415 messages
2012-02-27 15:58:11brett.cannoncreate