[Python-checkins] python/dist/src/Doc/whatsnew whatsnew24.tex, 1.59, 1.60

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Sun Jul 4 12:39:57 EDT 2004


Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23572

Modified Files:
	whatsnew24.tex 
Log Message:
Bump version #; write introductory para

Index: whatsnew24.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew24.tex,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -d -r1.59 -r1.60
*** whatsnew24.tex	4 Jul 2004 15:35:00 -0000	1.59
--- whatsnew24.tex	4 Jul 2004 16:39:40 -0000	1.60
***************
*** 11,15 ****
  
  \title{What's New in Python 2.4}
! \release{0.0}
  \author{A.M.\ Kuchling}
  \authoraddress{
--- 11,15 ----
  
  \title{What's New in Python 2.4}
! \release{0.1}
  \author{A.M.\ Kuchling}
  \authoraddress{
***************
*** 22,39 ****
  \tableofcontents
  
! This article explains the new features in Python 2.4.  The release
! date is expected to be around September 2004.
  
! While Python 2.3 was primarily a library development release, Python
! 2.4 may extend the core language and interpreter in
! as-yet-undetermined ways.
  
  This article doesn't attempt to provide a complete specification of
! the new features, but instead provides a convenient overview.  For
! full details, you should refer to the documentation for Python 2.4,
! such as the \citetitle[../lib/lib.html]{Python Library Reference} and
! the \citetitle[../ref/ref.html]{Python Reference Manual}.  
! If you want to understand the complete implementation and design
! rationale, refer to the PEP for a particular new feature.
  
  
--- 22,42 ----
  \tableofcontents
  
! This article explains the new features in Python 2.4 alpha1, to be released in early July 2004  The final version of Python 2.4 
! is expected to be around September 2004.
  
! Python 2.4 is a middle-sized release.  It doesn't introduce as many
! changes as the radical Python 2.2, but introduces more features than
! the conservative 2.3 release did.  The most significant new language
! feature (as of this writing) is the addition of generator expressions;
! most of the changes are to the standard library.
  
  This article doesn't attempt to provide a complete specification of
! every single new feature, but instead provides a convenient overview.
! For full details, you should refer to the documentation for Python
! 2.4, such as the \citetitle[../lib/lib.html]{Python Library Reference}
! and the \citetitle[../ref/ref.html]{Python Reference Manual}.  If you
! want to understand the complete implementation and design rationale,
! refer to the PEP for a particular new feature or to the module
! documentation.
  
  




More information about the Python-checkins mailing list