[Python-checkins] python/dist/src/Doc/whatsnew whatsnew25.tex, 1.1, 1.2

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Fri Dec 3 14:54:11 CET 2004


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

Modified Files:
	whatsnew25.tex 
Log Message:
Fill in various bits of the template

Index: whatsnew25.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew25.tex,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- whatsnew25.tex	1 Dec 2004 05:05:47 -0000	1.1
+++ whatsnew25.tex	3 Dec 2004 13:54:09 -0000	1.2
@@ -2,38 +2,18 @@
 \usepackage{distutils}
 % $Id$
 
-% When creating a new ``What's New'' document, copy this to
-% ../whatsnew/whatsnewXY.tex, where X is replaced by the major version
-% number and Y, by the minor version number for the release of Python
-% being described.
-%
-% The following replacements need to be made in the text:
-%
-% X.Y   -- the version of Python this document describes
-% X.Y-1 -- previous minor release (not a maintenance release)
-% X.Y-2 -- minor release before that one (optional; search the
-%          template to see the usage
-%
-% In this document, these map to the following replacements:
-% (Please complete this section when specific replacements are made.)
-%
-% X.Y   -- 2.5
-% X.Y-1 -- 2.4.something (not yet determined)
-% X.Y-2 -- 2.4.something (not yet determined)
-%
-% Once done, write and edit to your heart's content!
 
 \title{What's New in Python 2.5}
 \release{0.0}
-\author{Young Author}
-\authoraddress{\email{ya at example.com}}
+\author{A.M. Kuchling}
+\authoraddress{\email{amk at amk.ca}}
 
 \begin{document}
 \maketitle
 \tableofcontents
 
 This article explains the new features in Python 2.5.  No release date
-for Python 2.5 has been set; expect that this will happen next year.
+for Python 2.5 has been set; it will probably be released in late 2005.
 
 % Compare with previous release in 2 - 3 sentences here.
 
@@ -72,9 +52,7 @@
 \end{itemize}
 
 The net result of the 2.5 optimizations is that Python 2.5 runs the
-pystone benchmark around XX\% faster than Python X.Y-1.%
-% only use the next line if you want to do the extra work ;) :
-% and YY\% faster than Python X.Y-2.
+pystone benchmark around XX\% faster than Python 2.4.
 
 
 %======================================================================
@@ -122,7 +100,7 @@
 As usual, there were a bunch of other improvements and bugfixes
 scattered throughout the source tree.  A search through the CVS change
 logs finds there were XXX patches applied and YYY bugs fixed between
-Python X.Y-1 and 2.5.  Both figures are likely to be underestimates.
+Python 2.4 and 2.5.  Both figures are likely to be underestimates.
 
 Some of the more notable changes are:
 



More information about the Python-checkins mailing list