Guido wrote contextlib, not me, but thanks anyway. ;)
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 @@
\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.