Guido wrote contextlib, not me, but thanks anyway. ;)

This commit is contained in:
Phillip J. Eby 2006-04-21 21:53:37 +00:00
parent 21fbd57d66
commit a93ee47422
1 changed files with 0 additions and 1 deletions

View 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.