From: Phillip J. Eby Date: Fri, 21 Apr 2006 21:53:37 +0000 (+0000) Subject: Guido wrote contextlib, not me, but thanks anyway. ;) X-Git-Tag: v2.5a2~77 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a93ee47422ba80ffc75465255df278e174ee803d;p=thirdparty%2FPython%2Fcpython.git Guido wrote contextlib, not me, but thanks anyway. ;) --- diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index 750162f773b5..c4f910ec6735 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.