From a93ee47422ba80ffc75465255df278e174ee803d Mon Sep 17 00:00:00 2001 From: "Phillip J. Eby" Date: Fri, 21 Apr 2006 21:53:37 +0000 Subject: Guido wrote contextlib, not me, but thanks anyway. ;) --- Doc/whatsnew/whatsnew25.tex | 1 - 1 file changed, 1 deletion(-) 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. -- cgit v0.12