Message10257

Author jeff.allen
Recipients jeff.allen
Date 2015-09-13.16:37:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442162273.61.0.381267437465.issue2397@psf.upfronthosting.co.za>
In-reply-to
Content
The problem occurs in processing Java String file or directory names into PyString path elements.

I'm pretty sure CPython 2 would take a byte-smuggling approach to the problem of non-ascii filenames. As long as it does not lead to worse trouble downstream, I think I prefer liberal use of Py.newStringOrUnicode as in this: https://hg.python.org/jython/rev/ea036792f304 .
History
Date User Action Args
2015-09-13 16:37:53jeff.allensetmessageid: <1442162273.61.0.381267437465.issue2397@psf.upfronthosting.co.za>
2015-09-13 16:37:53jeff.allensetrecipients: + jeff.allen
2015-09-13 16:37:53jeff.allenlinkissue2397 messages
2015-09-13 16:37:53jeff.allencreate