This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients Arfrever, berker.peksag, docs@python, luke-jr, martin.panter, pitrou, python-dev, r.david.murray, vajrasky, vstinner
Date 2015-02-13.23:55:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423871731.5.0.27142069938.issue13637@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-02-13 23:55:31berker.peksagsetrecipients: + berker.peksag, pitrou, vstinner, luke-jr, Arfrever, r.david.murray, docs@python, python-dev, martin.panter, vajrasky
2015-02-13 23:55:31berker.peksagsetmessageid: <1423871731.5.0.27142069938.issue13637@psf.upfronthosting.co.za>
2015-02-13 23:55:31berker.peksaglinkissue13637 messages
2015-02-13 23:55:31berker.peksagcreate