mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
Bug #1597576: mention that the new base64 api has been introduced in py2.4.
This commit is contained in:
parent
250755b20c
commit
adff8eb8d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue