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 baikie
Recipients baikie
Date 2010-08-23.22:13:25
SpamBayes Score 4.0609026e-05
Marked as misclassified No
Message-id <20100823181021.GA3654@dbwatson.ukfsn.org>
In-reply-to <1282501562.64.0.000983913636939.issue9660@psf.upfronthosting.co.za>
Content
Come to think of it, I'm not sure if the patch is correct for
Windows, as PyUnicode_DecodeFSDefault() appears to do strict MBCS
decoding by default (similarly with PyUnicode_FSConverter() for
encoding).  Can Windows return service names that won't decode
with MBCS?  Or does it use a different encoding?  I don't have a
system to experiment with.
History
Date User Action Args
2010-08-23 22:13:27baikiesetrecipients: + baikie
2010-08-23 22:13:26baikielinkissue9660 messages
2010-08-23 22:13:25baikiecreate