Message9318
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 |
|
Date |
User |
Action |
Args |
2015-01-06 19:23:43 | Arfrever | set | messageid: <1420572223.27.0.179676992877.issue1839@psf.upfronthosting.co.za> |
2015-01-06 19:23:43 | Arfrever | set | recipients:
+ Arfrever, fwierzbicki, amak, pekka.klarck, zyasoft |
2015-01-06 19:23:43 | Arfrever | link | issue1839 messages |
2015-01-06 19:23:43 | Arfrever | create | |
|