]> granicus.if.org Git - python/commitdiff
Add item
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 25 Jan 2007 20:02:13 +0000 (20:02 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 25 Jan 2007 20:02:13 +0000 (20:02 +0000)
Doc/whatsnew/whatsnew26.tex

index afe067e654f7c4ba1229dc1b91acfa1558203844..3fa9b69a102db945820976190dd7d7fdcf2fafbb 100644 (file)
@@ -72,6 +72,12 @@ SSL thanks to the addition of the \class{SMTP_SSL} class.
 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}