[Python-checkins] python/dist/src/Lib base64.py,1.14,1.15

bwarsaw at users.sourceforge.net bwarsaw at users.sourceforge.net
Wed Jan 7 17:32:14 EST 2004


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

Modified Files:
	base64.py 
Log Message:
__all__: Remove freenet_b64encode and freenet_b64decode.



Index: base64.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/base64.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** base64.py	4 Jan 2004 01:12:26 -0000	1.14
--- base64.py	7 Jan 2004 22:32:12 -0000	1.15
***************
*** 23,27 ****
      #
      # http://zgp.org/pipermail/p2p-hackers/2001-September/000316.html
-     'freenet_b64encode', 'freenet_b64decode',
      'urlsafe_b64encode', 'urlsafe_b64decode',
      ]
--- 23,26 ----





More information about the Python-checkins mailing list