Guido wrote contextlib, not me, but thanks anyway. ;)
authorPhillip J. Eby <pje@telecommunity.com>
Fri, 21 Apr 2006 21:53:37 +0000 (21:53 +0000)
committerPhillip J. Eby <pje@telecommunity.com>
Fri, 21 Apr 2006 21:53:37 +0000 (21:53 +0000)
Doc/whatsnew/whatsnew25.tex

index 750162f773b5386f376bfe9f315fee54e917fd7f..c4f910ec673581ded6ad7f7ee4d46f231d603af7 100644 (file)
@@ -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.