Message9284
Arfrever, great question. But the underlying Java platform doesn't support this scenario anyway:
>>> from java.io import File
>>> File("/tmp/somedir").list()
returns None
I wouldn't rule out supporting bytestring filenames, with C support in a future release. But it's a lot of work, and it's not going to be in 2.7.0, per what we can reasonably triage :) |
|
Date |
User |
Action |
Args |
2015-01-01 05:06:35 | zyasoft | set | messageid: <1420088795.63.0.180891353598.issue2239@psf.upfronthosting.co.za> |
2015-01-01 05:06:35 | zyasoft | set | recipients:
+ zyasoft, jeff.allen, Arfrever |
2015-01-01 05:06:35 | zyasoft | link | issue2239 messages |
2015-01-01 05:06:35 | zyasoft | create | |
|