Message10257
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 . |
|
Date |
User |
Action |
Args |
2015-09-13 16:37:53 | jeff.allen | set | messageid: <1442162273.61.0.381267437465.issue2397@psf.upfronthosting.co.za> |
2015-09-13 16:37:53 | jeff.allen | set | recipients:
+ jeff.allen |
2015-09-13 16:37:53 | jeff.allen | link | issue2397 messages |
2015-09-13 16:37:53 | jeff.allen | create | |
|