]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
test_subprocess doesn't need to C locale to test os.environb
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 14 Oct 2010 10:43:31 +0000 (10:43 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 14 Oct 2010 10:43:31 +0000 (10:43 +0000)
commit89f3ad10d2bf762126bee3c5fadf19c3c7bf2f52
tree040a6b7149c0b3275c188c81225fbbb7604db2a0
parentebc78d23efca42d491da76151f3c4c839f3c42dc
test_subprocess doesn't need to C locale to test os.environb

Improve also the comment to explain why C locale is needed to test os.environ.
Lib/test/test_subprocess.py