[Python-checkins] python/dist/src/Misc NEWS,1.917,1.918

bwarsaw at users.sourceforge.net bwarsaw at users.sourceforge.net
Sat Jan 3 20:13:45 EST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv26001/Misc

Modified Files:
	NEWS 
Log Message:
Add note about new base64.py module support for RFC 3548.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.917
retrieving revision 1.918
diff -C2 -d -r1.917 -r1.918
*** NEWS	28 Dec 2003 07:43:56 -0000	1.917
--- NEWS	4 Jan 2004 01:13:43 -0000	1.918
***************
*** 183,186 ****
--- 183,189 ----
  -------
  
+ - 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





More information about the Python-checkins mailing list