Commit dc735dbc authored by Georg Brandl's avatar Georg Brandl

Bug #1597576: mention that the new base64 api has been introduced in py2.4.

 (backport from rev. 52762)
parent 1afbf33b
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment