]> granicus.if.org Git - python/commit
Issue #13641: Decoding functions in the base64 module now accept ASCII-only unicode...
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 20 Feb 2012 18:30:23 +0000 (19:30 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 20 Feb 2012 18:30:23 +0000 (19:30 +0100)
commitea6b4d5f70469071912e81cb29319996cfd990e0
tree34f26c94b9e7f07b59483ab2891ba4809acd9ab4
parent0588eac21852d25c8ab1cac09aec9668bc38df9f
Issue #13641: Decoding functions in the base64 module now accept ASCII-only unicode strings.
Patch by Catalin Iacob.
Doc/library/base64.rst
Lib/base64.py
Lib/test/test_base64.py
Misc/NEWS