[Python-checkins] r53563 - python/trunk/Doc/whatsnew/whatsnew26.tex
andrew.kuchling
python-checkins at python.org
Thu Jan 25 21:02:15 CET 2007
Author: andrew.kuchling
Date: Thu Jan 25 21:02:13 2007
New Revision: 53563
Modified:
python/trunk/Doc/whatsnew/whatsnew26.tex
Log:
Add item
Modified: python/trunk/Doc/whatsnew/whatsnew26.tex
==============================================================================
--- python/trunk/Doc/whatsnew/whatsnew26.tex (original)
+++ python/trunk/Doc/whatsnew/whatsnew26.tex Thu Jan 25 21:02:13 2007
@@ -72,6 +72,12 @@
This class supports an interface identical to the existing \class{SMTP}
class. (Contributed by Monty Taylor.)
+\item The \module{test.test_support} module now contains a
+\function{EnvironmentVarGuard} context manager that
+supports temporarily changing environment variables and
+automatically restores them to their old values.
+(Contributed by Brett Cannon.)
+
\end{itemize}
More information about the Python-checkins
mailing list