diff options
author | Fred Drake <fdrake@acm.org> | 2000-06-30 16:06:19 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-06-30 16:06:19 (GMT) |
commit | 30f76ffd0074b1d1c0f9fb946f43e5da8210328c (patch) | |
tree | 204294ba9a8e819e8307b0f664803673d7d03f71 /Doc/tut | |
parent | 61b49b3d6bbc0daa31e476268b9560f4bbc912a8 (diff) | |
download | cpython-30f76ffd0074b1d1c0f9fb946f43e5da8210328c.zip cpython-30f76ffd0074b1d1c0f9fb946f43e5da8210328c.tar.gz cpython-30f76ffd0074b1d1c0f9fb946f43e5da8210328c.tar.bz2 |
Update version numbering from 1.6 to 2.0.
Diffstat (limited to 'Doc/tut')
-rw-r--r-- | Doc/tut/tut.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index bdb5556..acccd16 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -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 |