diff options
author | Georg Brandl <georg@python.org> | 2006-11-16 15:05:19 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-11-16 15:05:19 (GMT) |
commit | 7563191cf6d6794c58c2ae3a4d0aa8e59f91f5db (patch) | |
tree | 77a5a2a4f4b062e3087b37de24abba587daf9d14 /Doc | |
parent | fb4da1d7ca95ff919381fac114ae2e9a7a5323f6 (diff) | |
download | cpython-7563191cf6d6794c58c2ae3a4d0aa8e59f91f5db.zip cpython-7563191cf6d6794c58c2ae3a4d0aa8e59f91f5db.tar.gz cpython-7563191cf6d6794c58c2ae3a4d0aa8e59f91f5db.tar.bz2 |
Bug #1597576: mention that the new base64 api has been introduced in py2.4.
(backport from rev. 52762)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libbase64.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libbase64.tex b/Doc/lib/libbase64.tex index 0039c84..d7eccbd 100644 --- a/Doc/lib/libbase64.tex +++ b/Doc/lib/libbase64.tex @@ -21,7 +21,7 @@ three alphabets. The legacy interface provides for encoding and decoding to and from file-like objects as well as strings, but only using the Base64 standard alphabet. -The modern interface provides: +The modern interface, which was introduced in Python 2.4, provides: \begin{funcdesc}{b64encode}{s\optional{, altchars}} Encode a string use Base64. |