projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21fbd57
)
Guido wrote contextlib, not me, but thanks anyway. ;)
author
Phillip J. Eby
<pje@telecommunity.com>
Fri, 21 Apr 2006 21:53:37 +0000
(21:53 +0000)
committer
Phillip J. Eby
<pje@telecommunity.com>
Fri, 21 Apr 2006 21:53:37 +0000
(21:53 +0000)
Doc/whatsnew/whatsnew25.tex
patch
|
blob
|
history
diff --git
a/Doc/whatsnew/whatsnew25.tex
b/Doc/whatsnew/whatsnew25.tex
index 750162f773b5386f376bfe9f315fee54e917fd7f..c4f910ec673581ded6ad7f7ee4d46f231d603af7 100644
(file)
--- 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.