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.

作者 Serg.Asminog
收信人 Jukka Aho, Serg.Asminog, amaury.forgeotdarc, asvetlov, benjamin.peterson, gvanrossum, vstinner
日期 2011-12-09.14:11:51
SpamBayes Score 0.007272908
Marked as misclassified
Message-id <1323439912.15.0.888386096081.issue4352@psf.upfronthosting.co.za>
In-reply-to
内容
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
历史
日期 用户 动作 参数
2011-12-09 14:11:52Serg.Asminog修改recipients: + Serg.Asminog, gvanrossum, amaury.forgeotdarc, vstinner, benjamin.peterson, Jukka Aho, asvetlov
2011-12-09 14:11:52Serg.Asminog修改messageid: <1323439912.15.0.888386096081.issue4352@psf.upfronthosting.co.za>
2011-12-09 14:11:51Serg.Asminog链接issue4352 messages
2011-12-09 14:11:51Serg.Asminog创建