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

Berker Peksag report at bugs.python.org
Sat Feb 14 00:55:31 CET 2015


Berker Peksag added the comment:

The binascii documentation already says

   ``a2b_*`` functions accept Unicode strings containing only ASCII characters.
   [...]

   .. versionchanged:: 3.3
      ASCII-only unicode strings are now accepted by the ``a2b_*`` functions.

I think we can just remove versionchanged directives in fix_doc_binascii_unhexlify.v2.patch.

----------
nosy: +berker.peksag

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


More information about the Python-bugs-list mailing list