]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
authorSteve Dower <steve.dower@microsoft.com>
Thu, 8 Sep 2016 17:35:16 +0000 (10:35 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Thu, 8 Sep 2016 17:35:16 +0000 (10:35 -0700)
commitcc16be85c0b7119854c00fb5c666825deef641cf
tree18b9a8020679f8a0e6e0dd1ecb5668024be499b7
parentcfbd48bc56980823dd8e2560e0ce4e46e33e4e3d
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
18 files changed:
Doc/c-api/unicode.rst
Doc/library/sys.rst
Doc/using/cmdline.rst
Doc/whatsnew/3.6.rst
Include/fileobject.h
Include/unicodeobject.h
Lib/os.py
Lib/test/test_os.py
Misc/NEWS
Modules/_codecsmodule.c
Modules/clinic/_codecsmodule.c.h
Modules/clinic/posixmodule.c.h
Modules/overlapped.c
Modules/posixmodule.c
Objects/unicodeobject.c
Python/bltinmodule.c
Python/pylifecycle.c
Python/sysmodule.c