]> granicus.if.org Git - python/commit
Following an idea by Ron Adam, make sure keys and values in the
authorGuido van Rossum <guido@python.org>
Wed, 13 Jun 2007 21:51:27 +0000 (21:51 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 13 Jun 2007 21:51:27 +0000 (21:51 +0000)
commit67aca9e04e5360007c46fde3d64debb4dad4d9ff
treee2ecd4ca63ea1c1d1e42acdb182f532f2b4b7621
parentcd16bf640405065e4702539632ce577536207d88
Following an idea by Ron Adam, make sure keys and values in the
environ dict are strings (in particular, not 8-bit strings).
Lib/os.py
Lib/test/test_os.py