[Python-checkins]
python/dist/src/Doc/whatsnew whatsnew24.tex, 1.76, 1.77
akuchling at users.sourceforge.net
akuchling at users.sourceforge.net
Mon Aug 2 14:10:00 CEST 2004
Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26307
Modified Files:
whatsnew24.tex
Log Message:
Update item
Index: whatsnew24.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew24.tex,v
retrieving revision 1.76
retrieving revision 1.77
diff -C2 -d -r1.76 -r1.77
*** whatsnew24.tex 28 Jul 2004 15:29:39 -0000 1.76
--- whatsnew24.tex 2 Aug 2004 12:09:58 -0000 1.77
***************
*** 609,614 ****
\item The \function{eval(\var{expr}, \var{globals}, \var{locals})}
! function now accepts any mapping type for the \var{locals} argument.
! Previously this had to be a regular Python dictionary.
\item The \function{zip()} built-in function and \function{itertools.izip()}
--- 609,616 ----
\item The \function{eval(\var{expr}, \var{globals}, \var{locals})}
! and \function{execfile(\var{filename}, \var{globals}, \var{locals})}
! functions and the \keyword{exec} statement now accept any mapping type
! for the \var{locals} argument. Previously this had to be a regular
! Python dictionary. (Contributed by Raymond Hettinger.)
\item The \function{zip()} built-in function and \function{itertools.izip()}
More information about the Python-checkins
mailing list