Commit 30ff12ff authored by Barry Warsaw's avatar Barry Warsaw

Add note about new base64.py module support for RFC 3548.

parent 4f019d3b
...@@ -182,6 +182,9 @@ Extension modules ...@@ -182,6 +182,9 @@ Extension modules
Library Library
------- -------
- base64 now supports RFC 3548 Base16, Base32, and Base64 encoding and
decoding standards.
- urllib2 now supports processors. A processor is a handler that - urllib2 now supports processors. A processor is a handler that
implements an xxx_request or xxx_response method. These methods are implements an xxx_request or xxx_response method. These methods are
called for all requests. called for all requests.
......
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