New submission from Campbell Barton <[email protected]>: Attached is a script which works in linux but not windows XP 32bit with Python 3.1.3.
The problem is that the path can be written to when specified as bytes but when escaped it fails. ---------- components: IO files: utf8_surrogateescape.py messages: 123022 nosy: ideasman42 priority: normal severity: normal status: open title: surrogateescape'd paths not readable on Windows XP. versions: Python 3.1 Added file: http://bugs.python.org/file19896/utf8_surrogateescape.py _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue10600> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
