diff options
author | Phillip J. Eby <pje@telecommunity.com> | 2006-04-21 21:53:37 (GMT) |
---|---|---|
committer | Phillip J. Eby <pje@telecommunity.com> | 2006-04-21 21:53:37 (GMT) |
commit | a93ee47422ba80ffc75465255df278e174ee803d (patch) | |
tree | 9264540a58b90ef4ecb93dd6ed0e62b4e292b2a6 | |
parent | 21fbd57d66ae9533d53583cbd103cc9976611e5b (diff) | |
download | cpython-a93ee47422ba80ffc75465255df278e174ee803d.zip cpython-a93ee47422ba80ffc75465255df278e174ee803d.tar.gz cpython-a93ee47422ba80ffc75465255df278e174ee803d.tar.bz2 |
Guido wrote contextlib, not me, but thanks anyway. ;)
-rw-r--r-- | Doc/whatsnew/whatsnew25.tex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index 750162f..c4f910e 100644 --- a/Doc/whatsnew/whatsnew25.tex +++ b/Doc/whatsnew/whatsnew25.tex @@ -1255,7 +1255,6 @@ raising \exception{ValueError} if the value isn't found. \item New module: The \module{contextlib} module contains helper functions for use with the new '\keyword{with}' statement. See section~\ref{module-contextlib} for more about this module. -(Contributed by Phillip J. Eby.) \item New module: The \module{cProfile} module is a C implementation of the existing \module{profile} module that has much lower overhead. |