Add an item and a reminder
This commit is contained in:
parent
5cb6936672
commit
75ba244c7b
|
@ -5,6 +5,7 @@
|
||||||
% Fix XXX comments
|
% Fix XXX comments
|
||||||
% The easy_install stuff
|
% The easy_install stuff
|
||||||
% Stateful codec changes
|
% Stateful codec changes
|
||||||
|
% cProfile
|
||||||
% Count up the patches and bugs
|
% Count up the patches and bugs
|
||||||
|
|
||||||
\title{What's New in Python 2.5}
|
\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.)
|
(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()}
|
\item The \module{operator} module's \function{itemgetter()}
|
||||||
and \function{attrgetter()} functions now support multiple fields.
|
and \function{attrgetter()} functions now support multiple fields.
|
||||||
A call such as \code{operator.attrgetter('a', 'b')}
|
A call such as \code{operator.attrgetter('a', 'b')}
|
||||||
|
@ -1135,6 +1141,9 @@ by some specifications, so it's still available as
|
||||||
%======================================================================
|
%======================================================================
|
||||||
% whole new modules get described in subsections here
|
% whole new modules get described in subsections here
|
||||||
|
|
||||||
|
%======================================================================
|
||||||
|
%\subsection{The cProfile module}
|
||||||
|
|
||||||
%======================================================================
|
%======================================================================
|
||||||
\subsection{The ctypes package}
|
\subsection{The ctypes package}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue