Message9284

Author zyasoft
Recipients Arfrever, jeff.allen, zyasoft
Date 2015-01-01.05:06:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420088795.63.0.180891353598.issue2239@psf.upfronthosting.co.za>
In-reply-to
Content
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 :)
History
Date User Action Args
2015-01-01 05:06:35zyasoftsetmessageid: <1420088795.63.0.180891353598.issue2239@psf.upfronthosting.co.za>
2015-01-01 05:06:35zyasoftsetrecipients: + zyasoft, jeff.allen, Arfrever
2015-01-01 05:06:35zyasoftlinkissue2239 messages
2015-01-01 05:06:35zyasoftcreate