diff options
author | Georg Brandl <georg@python.org> | 2006-11-16 15:05:14 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-11-16 15:05:14 +0000 |
commit | adff8eb8d69718023e1443a8835bf5b99c87d5d5 (patch) | |
tree | 225bfccb7b2330a3bd688759a48d1b7f99dcae56 | |
parent | 250755b20c86eb237aaf9b19763f52c9c004f1e6 (diff) | |
download | cpython-git-adff8eb8d69718023e1443a8835bf5b99c87d5d5.tar.gz |
Bug #1597576: mention that the new base64 api has been introduced in py2.4.
-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 0039c84250..d7eccbdb19 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. |