summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/whatsnew26.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/whatsnew/whatsnew26.tex')
-rw-r--r--Doc/whatsnew/whatsnew26.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew26.tex b/Doc/whatsnew/whatsnew26.tex
index afe067e..3fa9b69 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}