[issue13637] binascii.a2b_* functions could accept unicode strings

Martin Panter report at bugs.python.org
Sat Feb 14 01:12:59 CET 2015


Martin Panter added the comment:

That’s another option. Someone might wonder why a2b_hex() and a2b_qp() actually accept text strings in Python 3.1 when the documentation says you need 3.3, but I guess that’s not such a big deal. Posting patch v3 which removes the 3.2 notices.

----------
Added file: http://bugs.python.org/file38132/fix_doc_binascii_unhexlify.v3.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13637>
_______________________________________


More information about the Python-bugs-list mailing list