]> granicus.if.org Git - python/commit
Move the setting of os.environ['LANGUAGE'] to setup(), and reset it to
authorGuido van Rossum <guido@python.org>
Sat, 20 Jul 2002 00:36:38 +0000 (00:36 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 20 Jul 2002 00:36:38 +0000 (00:36 +0000)
commit65692578b7c934148b0bb6b4bddc4def21d008e2
treee7d269150beea3247e6c125de4033c785da35d8a
parentd33d47401d96d3486f83f274e0318aaafd5a854d
Move the setting of os.environ['LANGUAGE'] to setup(), and reset it to
'en' in teardown().  This way hopefully test_time.py won't fail.
Lib/test/test_gettext.py