]> granicus.if.org Git - python/commit
Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 1 Aug 2014 10:28:48 +0000 (12:28 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 1 Aug 2014 10:28:48 +0000 (12:28 +0200)
commitf6a271ae980d2f3fb450f745b8f87624378156c4
treeae0c09042455826ae38875945dadd4919ca8f235
parentc6f8c0a1de448e7ca62ece1d21f089194d31f0d9
Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename
``_Py_wchar2char()`` to :c:func:`Py_EncodeLocale`, and document these
functions.
13 files changed:
Doc/c-api/sys.rst
Doc/c-api/unicode.rst
Doc/library/codecs.rst
Doc/library/os.rst
Include/fileutils.h
Misc/NEWS
Misc/coverity_model.c
Modules/getpath.c
Modules/main.c
Objects/unicodeobject.c
Programs/python.c
Python/fileutils.c
Python/frozenmain.c