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 pjenvey
Recipients barry, brian.curtin, eric.araujo, pjenvey
Date 2010-04-07.06:31:01
SpamBayes Score 6.8508554e-10
Marked as misclassified No
Message-id <1270621863.85.0.170850257659.issue7301@psf.upfronthosting.co.za>
In-reply-to
Content
I committed a somewhat different version of this patch to py3k to handle the warn options now calling for wchars, but this needs more work. Some of the buildbots are unhappy

Seems like the py3k version either needs to fully decode the env values to a unicode obj via the file system encoding (which I doubt is initialized at this point)/surrogateescape, or use something along the lines of char2wchar in python.c
History
Date User Action Args
2010-04-07 06:31:04pjenveysetrecipients: + pjenvey, barry, eric.araujo, brian.curtin
2010-04-07 06:31:03pjenveysetmessageid: <1270621863.85.0.170850257659.issue7301@psf.upfronthosting.co.za>
2010-04-07 06:31:02pjenveylinkissue7301 messages
2010-04-07 06:31:01pjenveycreate