From 27b4c8b23cf1493d5c00316ca78363189d635db5 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Thu, 25 Jan 2007 20:02:13 +0000 Subject: Add item --- Doc/whatsnew/whatsnew26.tex | 6 ++++++ 1 file changed, 6 insertions(+) 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} -- cgit v0.12