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 belopolsky
Recipients belopolsky, vstinner
Date 2010-12-28.22:14:19
SpamBayes Score 1.3995419e-08
Marked as misclassified No
Message-id <1293574461.39.0.833451634478.issue10785@psf.upfronthosting.co.za>
In-reply-to
Content
I like the idea, but I don't like the trend that parser code continues to diverge from pgen.  I understand that most of the Python runtime is not available to pgen, but maybe a more elegant solution than changing the type conditional on PGEN can be found.  For example, maybe filename could be decoded from FS encoding to UTF-8?
History
Date User Action Args
2010-12-28 22:14:21belopolskysetrecipients: + belopolsky, vstinner
2010-12-28 22:14:21belopolskysetmessageid: <1293574461.39.0.833451634478.issue10785@psf.upfronthosting.co.za>
2010-12-28 22:14:19belopolskylinkissue10785 messages
2010-12-28 22:14:19belopolskycreate