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 pitrou
Recipients pitrou
Date 2009-03-24.13:42:03
SpamBayes Score 9.577323e-05
Marked as misclassified No
Message-id <1237902126.36.0.583275173569.issue5552@psf.upfronthosting.co.za>
In-reply-to
Content
This is a potentially annoying incompatibility between platforms.
Under Linux:

>>> import os
>>> print(os.device_encoding(1000))
None
History
Date User Action Args
2009-03-24 13:42:06pitrousetrecipients: + pitrou
2009-03-24 13:42:06pitrousetmessageid: <1237902126.36.0.583275173569.issue5552@psf.upfronthosting.co.za>
2009-03-24 13:42:04pitroulinkissue5552 messages
2009-03-24 13:42:03pitroucreate