Update version numbering from 1.6 to 2.0.

This commit is contained in:
Fred Drake 2000-06-30 16:06:19 +00:00
parent 61b49b3d6b
commit 30f76ffd00
11 changed files with 16 additions and 16 deletions

View file

@ -737,7 +737,7 @@ The built-in function \function{len()} returns the length of a string:
\subsection{Unicode Strings \label{unicodeStrings}}
\sectionauthor{Marc-Andre Lemburg}{mal@lemburg.com}
Starting with Python 1.6 a new data type for storing text data is
Starting with Python 2.0 a new data type for storing text data is
available to the programmer: the Unicode object. It can be used to
store and manipulate Unicode data (see \url{http://www.unicode.org})
and intergrates well with the existing string objects providing