summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2004-01-04 01:13:43 (GMT)
committerBarry Warsaw <barry@python.org>2004-01-04 01:13:43 (GMT)
commit30ff12ffc2d9a44e3f50dc2f6c010b3ef4be6f92 (patch)
tree653abe817691d3571804c21f84b4d02ff1832811 /Misc
parent4f019d3b4776884dbd558fad30b95f13ced846de (diff)
downloadcpython-30ff12ffc2d9a44e3f50dc2f6c010b3ef4be6f92.zip
cpython-30ff12ffc2d9a44e3f50dc2f6c010b3ef4be6f92.tar.gz
cpython-30ff12ffc2d9a44e3f50dc2f6c010b3ef4be6f92.tar.bz2
Add note about new base64.py module support for RFC 3548.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fbd572f..18f1348 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.