[issue10600] surrogateescape'd paths not readable on Windows XP.

Campbell Barton report at bugs.python.org
Thu Dec 2 00:24:56 CET 2010


New submission from Campbell Barton <ideasman42 at gmail.com>:

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 <report at bugs.python.org>
<http://bugs.python.org/issue10600>
_______________________________________


More information about the Python-bugs-list mailing list