[Python-checkins] r42959 - python/trunk/Doc/whatsnew/whatsnew25.tex

andrew.kuchling python-checkins at python.org
Fri Mar 10 19:50:10 CET 2006


Author: andrew.kuchling
Date: Fri Mar 10 19:50:08 2006
New Revision: 42959

Modified:
   python/trunk/Doc/whatsnew/whatsnew25.tex
Log:
Unicode database updated; use SVN instead of CVS

Modified: python/trunk/Doc/whatsnew/whatsnew25.tex
==============================================================================
--- python/trunk/Doc/whatsnew/whatsnew25.tex	(original)
+++ python/trunk/Doc/whatsnew/whatsnew25.tex	Fri Mar 10 19:50:08 2006
@@ -507,7 +507,7 @@
 bug fixes.  Here's a partial list of the most notable changes, sorted
 alphabetically by module name. Consult the
 \file{Misc/NEWS} file in the source tree for a more
-complete list of changes, or look through the CVS logs for all the
+complete list of changes, or look through the SVN logs for all the
 details.
 
 \begin{itemize}
@@ -614,6 +614,11 @@
 % patch 918101
 (Contributed by Lars Gust\"abel.)
 
+\item The \module{unicodedata} module has been updated to use version 4.1.0
+of the Unicode character database.  Version 3.2.0 is required 
+by some specifications, so it's still available as 
+\member{unicodedata.db_3_2_0}.
+
 \item A new package \module{xml.etree} has been added, which contains
 a subset of the ElementTree XML library.  Available modules are
 \module{ElementTree}, \module{ElementPath}, and
@@ -696,7 +701,7 @@
 \section{Other Changes and Fixes \label{section-other}}
 
 As usual, there were a bunch of other improvements and bugfixes
-scattered throughout the source tree.  A search through the CVS change
+scattered throughout the source tree.  A search through the SVN change
 logs finds there were XXX patches applied and YYY bugs fixed between
 Python 2.4 and 2.5.  Both figures are likely to be underestimates.
 


More information about the Python-checkins mailing list