summaryrefslogtreecommitdiff
path: root/Python/pymath.c
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-05-08 11:12:21 +0000
committerVictor Stinner <victor.stinner@haypocalc.com>2010-05-08 11:12:21 +0000
commit0903ab532922a9f7754a03bb7db2830c471cc8ca (patch)
treeb1f4f28d2e0b34c89193a6dcd49e8b184a1367b6 /Python/pymath.c
parenteb7f2cdfdd646308b7efb1b81b83854f58cb2375 (diff)
downloadcpython-0903ab532922a9f7754a03bb7db2830c471cc8ca.tar.gz
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. ........
Diffstat (limited to 'Python/pymath.c')
0 files changed, 0 insertions, 0 deletions