]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add EnvironmentVarGuard to test.test_support. Provides a context manager to
authorBrett Cannon <bcannon@gmail.com>
Thu, 4 Jan 2007 00:23:49 +0000 (00:23 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 4 Jan 2007 00:23:49 +0000 (00:23 +0000)
commit92d54d5e9c52da3eb71b4a5aa940d0f2b6aed254
tree76c26b8b036b4b06c0140c01e24f1a5a334afdd4
parent5399910eba1ef3580aebf49482b1367f14fa6c48
Add EnvironmentVarGuard to test.test_support.  Provides a context manager to
temporarily set or unset environment variables.
Doc/lib/libtest.tex
Lib/test/test_support.py
Misc/NEWS