From: Andrew M. Kuchling Date: Thu, 25 Jan 2007 20:02:13 +0000 (+0000) Subject: Add item X-Git-Tag: v2.6a1~2230 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27b4c8b23cf1493d5c00316ca78363189d635db5;p=python Add item --- diff --git a/Doc/whatsnew/whatsnew26.tex b/Doc/whatsnew/whatsnew26.tex index afe067e654..3fa9b69a10 100644 --- a/Doc/whatsnew/whatsnew26.tex +++ b/Doc/whatsnew/whatsnew26.tex @@ -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}