mirror of
https://github.com/python/cpython.git
synced 2026-05-27 04:43:19 +00:00
Add note about new base64.py module support for RFC 3548.
This commit is contained in:
parent
4f019d3b47
commit
30ff12ffc2
1 changed files with 3 additions and 0 deletions
|
|
@ -182,6 +182,9 @@ Extension modules
|
|||
Library
|
||||
-------
|
||||
|
||||
- base64 now supports RFC 3548 Base16, Base32, and Base64 encoding and
|
||||
decoding standards.
|
||||
|
||||
- urllib2 now supports processors. A processor is a handler that
|
||||
implements an xxx_request or xxx_response method. These methods are
|
||||
called for all requests.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue