Message11483
I claim this is fixed at: https://hg.python.org/jython/rev/c3e2799ef812
>>> import os, platform
>>> os.uname()
('Windows', '\xe5\x85\x88\xe7\x9f\xa5_MICAH', '8.1', '10.0.14393', 'AMD64')
>>> platform.uname()
('Java', '\xe5\x85\x88\xe7\x9f\xa5_MICAH', '1.7.0_60', 'Java HotSpot(TM) 64-Bit Server VM, 24.60-b09, Oracle Corporation', 'AMD64', 'AMD64 Family 16 Model 5 Stepping 2, AuthenticAMD')
>>> print platform.uname()[1].decode(sys.getfilesystemencoding())
先知_MICAH |
|
Date |
User |
Action |
Args |
2017-07-20 07:49:22 | jeff.allen | set | messageid: <1500536962.23.0.256579014639.issue2608@psf.upfronthosting.co.za> |
2017-07-20 07:49:22 | jeff.allen | set | recipients:
+ jeff.allen |
2017-07-20 07:49:22 | jeff.allen | link | issue2608 messages |
2017-07-20 07:49:21 | jeff.allen | create | |
|