[issue19411] binascii.hexlify docs say it returns a string (it returns bytes)

2013-11-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 25d89a4faede by R David Murray in branch '3.3': #19411: Clarify that b2a_hex/hexlify returns a bytes object. http://hg.python.org/cpython/rev/25d89a4faede New changeset ac190d03aed5 by R David Murray in branch 'default': Merge #19411: Clarify that

[issue19411] binascii.hexlify docs say it returns a string (it returns bytes)

2013-11-03 Thread R. David Murray
R. David Murray added the comment: Thanks, Vajrasky. I modified the patch slightly since I prefer the term bytes object to just bytes (I think it reads better in English). -- resolution: - fixed stage: needs patch - committed/rejected status: open - closed

[issue19411] binascii.hexlify docs say it returns a string (it returns bytes)

2013-11-01 Thread Martin Panter
Changes by Martin Panter vadmium...@gmail.com: -- nosy: +vadmium ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19411 ___ ___ Python-bugs-list

[issue19411] binascii.hexlify docs say it returns a string (it returns bytes)

2013-11-01 Thread Vajrasky Kok
Vajrasky Kok added the comment: Attached the patch to fix the doc. I also fix the module doc because I think bytes and str data types are matter of life and death in this binascii module. -- keywords: +patch nosy: +vajrasky Added file:

[issue19411] binascii.hexlify docs say it returns a string (it returns bytes)

2013-10-28 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- stage: - needs patch versions: -Python 3.1, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19411 ___

[issue19411] binascii.hexlify docs say it returns a string (it returns bytes)

2013-10-27 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- nosy: +r.david.murray ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19411 ___ ___

[issue19411] binascii.hexlify docs say it returns a string (it returns bytes)

2013-10-26 Thread Devin Jeanpierre
New submission from Devin Jeanpierre: http://docs.python.org/3.4/library/binascii.html#binascii.hexlify -- assignee: docs@python components: Documentation messages: 201376 nosy: Devin Jeanpierre, docs@python priority: normal severity: normal status: open title: binascii.hexlify docs say