]> granicus.if.org Git - python/commitdiff
Add note about new base64.py module support for RFC 3548.
authorBarry Warsaw <barry@python.org>
Sun, 4 Jan 2004 01:13:43 +0000 (01:13 +0000)
committerBarry Warsaw <barry@python.org>
Sun, 4 Jan 2004 01:13:43 +0000 (01:13 +0000)
Misc/NEWS

index fbd572f3325dc1ac28291f5ded9c107a74083d44..18f1348b5e935cb6f635512c78731e2220e4bec2 100644 (file)
--- 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.