Files
cpython/Modules/_io
Victor Stinner 292c835548 Issue #15478: Raising an OSError doesn't decode or encode the filename anymore
Pass the original filename argument to OSError constructor, instead of trying
to encode it to or decode it from the filesystem encoding. This change avoids
an additionnal UnicodeDecodeError on Windows if the filename cannot be decoded
from the filesystem encoding (ANSI code page).
2012-10-30 02:17:38 +01:00
..
2012-09-18 07:21:18 +03:00
2012-09-08 11:19:27 +02:00
2012-09-18 07:21:18 +03:00