mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
Update version numbering from 1.6 to 2.0.
This commit is contained in:
parent
61b49b3d6b
commit
30f76ffd00
11 changed files with 16 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue