[Python-checkins] r45634 - python/trunk/Doc/whatsnew/whatsnew25.tex
phillip.eby
python-checkins at python.org
Fri Apr 21 23:53:38 CEST 2006
Author: phillip.eby
Date: Fri Apr 21 23:53:37 2006
New Revision: 45634
Modified:
python/trunk/Doc/whatsnew/whatsnew25.tex
Log:
Guido wrote contextlib, not me, but thanks anyway. ;)
Modified: python/trunk/Doc/whatsnew/whatsnew25.tex
==============================================================================
--- python/trunk/Doc/whatsnew/whatsnew25.tex (original)
+++ python/trunk/Doc/whatsnew/whatsnew25.tex Fri Apr 21 23:53:37 2006
@@ -1255,7 +1255,6 @@
\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.
More information about the Python-checkins
mailing list