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 Serg.Asminog
Recipients Jukka Aho, Serg.Asminog, amaury.forgeotdarc, asvetlov, benjamin.peterson, gvanrossum, vstinner
Date 2011-12-09.14:11:51
SpamBayes Score 0.007272908
Marked as misclassified No
Message-id <1323439912.15.0.888386096081.issue4352@psf.upfronthosting.co.za>
In-reply-to
Content
print(sys.getfilesystemencoding())
print(os.name)
print(sys.version)
print(sys.version_info)
print(sys.platform)

-----
mbcs
nt
3.2.2 (default, Sep  4 2011, 09:07:29) [MSC v.1500 64 bit (AMD64)]
sys.version_info(major=3, minor=2, micro=2, releaselevel='final', serial=0)
win32

-----------
Windows 7 64bit
History
Date User Action Args
2011-12-09 14:11:52Serg.Asminogsetrecipients: + Serg.Asminog, gvanrossum, amaury.forgeotdarc, vstinner, benjamin.peterson, Jukka Aho, asvetlov
2011-12-09 14:11:52Serg.Asminogsetmessageid: <1323439912.15.0.888386096081.issue4352@psf.upfronthosting.co.za>
2011-12-09 14:11:51Serg.Asminoglinkissue4352 messages
2011-12-09 14:11:51Serg.Asminogcreate