diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2007-01-25 20:02:13 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2007-01-25 20:02:13 (GMT) |
commit | 27b4c8b23cf1493d5c00316ca78363189d635db5 (patch) | |
tree | ea359b0deb65d7f9672026160b9705016a32e4bc /Doc | |
parent | 4378215474361ea0f94341275285a856970aa2b8 (diff) | |
download | cpython-27b4c8b23cf1493d5c00316ca78363189d635db5.zip cpython-27b4c8b23cf1493d5c00316ca78363189d635db5.tar.gz cpython-27b4c8b23cf1493d5c00316ca78363189d635db5.tar.bz2 |
Add item
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/whatsnew26.tex | 6 |
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} |