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 xiaowei.py
Recipients xiaowei.py
Date 2013-02-28.11:21:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362050461.97.0.932202728371.issue17320@psf.upfronthosting.co.za>
In-reply-to
Content
assert os.path.split( os.path.abspath('\xe7\x8e\xb0' ) )[-1] == '\xe7\x8e\xb0'

# it should be true(no error) but py2.7 in window it's false
# and when linux it's ok
# os.path.split( os.path.abspath('\xe7\x8e\xb0' ) )[-1] == '\xe7\x8e'
# i guess it's a real bug , hope some one can resolve it
# i donot try py3.* , i donot know if it exists in 3.*
History
Date User Action Args
2013-02-28 11:21:02xiaowei.pysetrecipients: + xiaowei.py
2013-02-28 11:21:01xiaowei.pysetmessageid: <1362050461.97.0.932202728371.issue17320@psf.upfronthosting.co.za>
2013-02-28 11:21:01xiaowei.pylinkissue17320 messages
2013-02-28 11:21:01xiaowei.pycreate