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.

作者 berker.peksag
收信人 Arfrever, berker.peksag, docs@python, luke-jr, martin.panter, pitrou, python-dev, r.david.murray, vajrasky, vstinner
日期 2015-02-13.23:55:31
SpamBayes Score -1.0
Marked as misclassified
Message-id <1423871731.5.0.27142069938.issue13637@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2015-02-13 23:55:31berker.peksag修改recipients: + berker.peksag, pitrou, vstinner, luke-jr, Arfrever, r.david.murray, docs@python, python-dev, martin.panter, vajrasky
2015-02-13 23:55:31berker.peksag修改messageid: <1423871731.5.0.27142069938.issue13637@psf.upfronthosting.co.za>
2015-02-13 23:55:31berker.peksag链接issue13637 messages
2015-02-13 23:55:31berker.peksag创建