]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add support for Windows using "mbcs" as the default Unicode encoding when dealing...
authorMark Hammond <mhammond@skippinet.com.au>
Sun, 13 May 2001 08:04:26 +0000 (08:04 +0000)
committerMark Hammond <mhammond@skippinet.com.au>
Sun, 13 May 2001 08:04:26 +0000 (08:04 +0000)
commitef8b654bbea15dc55767a7095e01dff7a3ca86cb
tree778653b95245ae2d31e5a5ed94c0c491e1687b15
parent342c65e19ac0cc47bf2b21026c76e63440b23748
Add support for Windows using "mbcs" as the default Unicode encoding when dealing with the file system.  As discussed on python-dev and in patch 410465.
Lib/ntpath.py
Lib/test/output/test_unicode_file [new file with mode: 0644]
Lib/test/test_support.py
Lib/test/test_unicode_file.py [new file with mode: 0644]
Modules/posixmodule.c
Python/bltinmodule.c
Python/getargs.c