diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-25 21:03:55 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-25 21:03:55 (GMT) |
commit | 1dba66cb72b99b8a774c43b09922b2e9c86d91c3 (patch) | |
tree | 23e8b772c4d58f552ad0cbdbd67602e9278fbbf7 /Doc | |
parent | 8940fafabd5e7f9dcba7b717571faac116877884 (diff) | |
download | cpython-1dba66cb72b99b8a774c43b09922b2e9c86d91c3.zip cpython-1dba66cb72b99b8a774c43b09922b2e9c86d91c3.tar.gz cpython-1dba66cb72b99b8a774c43b09922b2e9c86d91c3.tar.bz2 |
Marc-Andre Lemburg <mal@lemburg.com> noted that the encode() string method
was added in 2.0.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libstdtypes.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index 9a2b531..fcee52f 100644 --- a/Doc/lib/libstdtypes.tex +++ b/Doc/lib/libstdtypes.tex @@ -425,6 +425,7 @@ error handling scheme. The default for \var{errors} is \code{'strict'}, meaning that encoding errors raise a \exception{ValueError}. Other possible values are \code{'ignore'} and \code{'replace'}. +\versionadded{2.0} \end{methoddesc} \begin{methoddesc}[string]{endswith}{suffix\optional{, start\optional{, end}}} |