summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_unicode_file.py
Commit message (Collapse)AuthorAgeFilesLines
* Patch #449815: Set filesystemencoding based on CODESET.Martin v. Löwis2001-09-051-1/+15
|
* Add support for Windows using "mbcs" as the default Unicode encoding when ↵Mark Hammond2001-05-131-0/+81
dealing with the file system. As discussed on python-dev and in patch 410465.