summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/whatsnew25.tex
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-04-14 10:29:55 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-04-14 10:29:55 (GMT)
commit75ba244c7b835e5793a0120be18b7ee51ae57ee3 (patch)
tree48911d934129ec3b4bf49d577318ddcce6fdefaf /Doc/whatsnew/whatsnew25.tex
parent5cb6936672a1410f5502d754570bc548064f9dc4 (diff)
downloadcpython-75ba244c7b835e5793a0120be18b7ee51ae57ee3.zip
cpython-75ba244c7b835e5793a0120be18b7ee51ae57ee3.tar.gz
cpython-75ba244c7b835e5793a0120be18b7ee51ae57ee3.tar.bz2
Add an item and a reminder
Diffstat (limited to 'Doc/whatsnew/whatsnew25.tex')
-rw-r--r--Doc/whatsnew/whatsnew25.tex9
1 files changed, 9 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex
index 83d7db0..af247a4 100644
--- a/Doc/whatsnew/whatsnew25.tex
+++ b/Doc/whatsnew/whatsnew25.tex
@@ -5,6 +5,7 @@
% Fix XXX comments
% The easy_install stuff
% Stateful codec changes
+% cProfile
% Count up the patches and bugs
\title{What's New in Python 2.5}
@@ -1021,6 +1022,11 @@ itertools.islice(iterable, s.start, s.stop, s.step)
(Contributed by Raymond Hettinger.)
+\item The \module{nis} module now supports accessing domains other
+than the system default domain by supplying a \var{domain} argument to
+the \function{nis.match()} and \function{nis.maps()} functions.
+(Contributed by Ben Bell.)
+
\item The \module{operator} module's \function{itemgetter()}
and \function{attrgetter()} functions now support multiple fields.
A call such as \code{operator.attrgetter('a', 'b')}
@@ -1136,6 +1142,9 @@ by some specifications, so it's still available as
% whole new modules get described in subsections here
%======================================================================
+%\subsection{The cProfile module}
+
+%======================================================================
\subsection{The ctypes package}
The \module{ctypes} package, written by Thomas Heller, has been added