diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-05-08 11:12:21 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-05-08 11:12:21 (GMT) |
commit | 858b8f775e7cd68ab4bdc2cd72dc5f134a0152fa (patch) | |
tree | 49e798f66458bd44ce3bc3d850809c2f961eb663 | |
parent | 1e72bd3c08dd0fca728478691d17f157a07b27f0 (diff) | |
download | cpython-858b8f775e7cd68ab4bdc2cd72dc5f134a0152fa.zip cpython-858b8f775e7cd68ab4bdc2cd72dc5f134a0152fa.tar.gz cpython-858b8f775e7cd68ab4bdc2cd72dc5f134a0152fa.tar.bz2 |
Blocked revisions 80948-80950,80971 via svnmerge
........
r80948 | victor.stinner | 2010-05-08 02:07:07 +0200 (sam., 08 mai 2010) | 2 lines
err_input(): don't encode/decode the unicode message
........
r80949 | victor.stinner | 2010-05-08 02:35:33 +0200 (sam., 08 mai 2010) | 3 lines
PyErr_SetFromErrnoWithFilename() decodes the filename using
PyUnicode_DecodeFSDefault() instead of PyUnicode_FromString()
........
r80950 | victor.stinner | 2010-05-08 02:36:42 +0200 (sam., 08 mai 2010) | 5 lines
posix_error_with_allocated_filename() decodes the filename with
PyUnicode_DecodeFSDefaultAndSize() and call
PyErr_SetFromErrnoWithFilenameObject() instead of
PyErr_SetFromErrnoWithFilename()
........
r80971 | victor.stinner | 2010-05-08 13:10:09 +0200 (sam., 08 mai 2010) | 3 lines
Issue #8514: Add os.fsencode() function (Unix only): encode a string to bytes
for use in the file system, environment variables or the command line.
........
0 files changed, 0 insertions, 0 deletions