]> granicus.if.org Git - python/commit
Issue #3187: Better support for "undecodable" filenames. Code by Victor
authorGuido van Rossum <guido@python.org>
Thu, 2 Oct 2008 18:55:37 +0000 (18:55 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 2 Oct 2008 18:55:37 +0000 (18:55 +0000)
commitf0af3e30db9475ab68bcb1f1ce0b5581e214df76
tree71efbc67686d96e8c8a81dd97c75c419adf36657
parentfefeca53eebe8665c08ac0c041639ada3c9f9446
Issue #3187: Better support for "undecodable" filenames.  Code by Victor
Stinner, with small tweaks by GvR.
Lib/fnmatch.py
Lib/genericpath.py
Lib/glob.py
Lib/io.py
Lib/posixpath.py
Lib/test/test_fnmatch.py
Lib/test/test_posix.py
Lib/test/test_posixpath.py
Lib/test/test_unicode_file.py
Misc/NEWS
Modules/posixmodule.c