]> granicus.if.org Git - python/commit
Fixed unit tests for os.environ. Some of the tests didn't test at all because os...
authorChristian Heimes <christian@cheimes.de>
Thu, 1 Nov 2007 19:08:42 +0000 (19:08 +0000)
committerChristian Heimes <christian@cheimes.de>
Thu, 1 Nov 2007 19:08:42 +0000 (19:08 +0000)
commit9033339673b0b1867cb2135767c0d70613d70ee1
tree65b03cc554498c91faa28627de174fc5a9f0d30d
parente02647a66953bad1987daf696dc28e0dd5b2daa9
Fixed unit tests for os.environ. Some of the tests didn't test at all because os.environ was empty.
Added import test for sys.path entries with non ASCII characters. The tests are passing on my Ubuntu box with utf-8 locales but they aren't passing on Windows XP.
Lib/test/test_import.py
Lib/test/test_os.py