]> granicus.if.org Git - python/commit
#3613: add base64.encodebytes and decodebytes as the new spelling of encodestring...
authorGeorg Brandl <georg@python.org>
Thu, 4 Jun 2009 09:11:51 +0000 (09:11 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 4 Jun 2009 09:11:51 +0000 (09:11 +0000)
commitb54d801280e3f510782e2855504710947d10f053
tree457166089bbc17f190eb7140755c7948e2918829
parentcef803f82c82017b734dd4264478ae6f02ce21f5
#3613: add base64.encodebytes and decodebytes as the new spelling of encodestring and decodestring; deprecate the latter.
Doc/library/base64.rst
Lib/base64.py
Lib/test/test_base64.py
Lib/test/test_xmlrpc.py
Lib/xmlrpc/client.py
Misc/NEWS