Message9318

Author Arfrever
Recipients Arfrever, amak, fwierzbicki, pekka.klarck, zyasoft
Date 2015-01-06.19:23:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420572223.27.0.179676992877.issue1839@psf.upfronthosting.co.za>
In-reply-to
Content
Although:

>>> "\udcc5\udc9b" == "ś"
False

But both paths refer to the same file:

>>> os.path.exists("/tmp/some_dir/\udcc5\udc9b")
True
>>> os.path.exists("/tmp/some_dir/ś")
True
>>> os.stat("/tmp/some_dir/\udcc5\udc9b") == os.stat("/tmp/some_dir/ś")
True
History
Date User Action Args
2015-01-06 19:23:43Arfreversetmessageid: <1420572223.27.0.179676992877.issue1839@psf.upfronthosting.co.za>
2015-01-06 19:23:43Arfreversetrecipients: + Arfrever, fwierzbicki, amak, pekka.klarck, zyasoft
2015-01-06 19:23:43Arfreverlinkissue1839 messages
2015-01-06 19:23:43Arfrevercreate