]> granicus.if.org Git - python/commit
Add test for bug "[ 846133 ] os.chmod/os.utime/shutil do not work with
authorMark Hammond <mhammond@skippinet.com.au>
Wed, 3 Dec 2003 01:29:56 +0000 (01:29 +0000)
committerMark Hammond <mhammond@skippinet.com.au>
Wed, 3 Dec 2003 01:29:56 +0000 (01:29 +0000)
commit6d459725a3f2f904a525739a63792b702aa32384
treefcaba35fe9dd486f8697a3ffecbb026eb2c39e45
parentb337dd903bdf4438b367b586a9e097eb9efeb46d
Add test for bug "[ 846133 ] os.chmod/os.utime/shutil do not work with
unicode filenames"
Reorganize tests into functions so more combinations of
unicode/encoded/ascii can be tested, and while I was at it, upgrade to
unittest based test.
Lib/test/output/test_unicode_file [deleted file]
Lib/test/test_unicode_file.py