diff options
| author | Phillip J. Eby <pje@telecommunity.com> | 2006-04-21 21:53:37 +0000 |
|---|---|---|
| committer | Phillip J. Eby <pje@telecommunity.com> | 2006-04-21 21:53:37 +0000 |
| commit | a93ee47422ba80ffc75465255df278e174ee803d (patch) | |
| tree | 9264540a58b90ef4ecb93dd6ed0e62b4e292b2a6 /Doc/whatsnew | |
| parent | 21fbd57d66ae9533d53583cbd103cc9976611e5b (diff) | |
| download | cpython-git-a93ee47422ba80ffc75465255df278e174ee803d.tar.gz | |
Guido wrote contextlib, not me, but thanks anyway. ;)
Diffstat (limited to 'Doc/whatsnew')
| -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 750162f773..c4f910ec67 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. |
