]> granicus.if.org Git - python/commit
Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview.
authorGregory P. Smith <greg@krypto.org>
Sat, 25 Apr 2015 23:22:26 +0000 (23:22 +0000)
committerGregory P. Smith <greg@krypto.org>
Sat, 25 Apr 2015 23:22:26 +0000 (23:22 +0000)
commit8cb6569fe14ba8e57ab1a2bea68594747852a9d1
tree4391a41ff833b66e6482f5abbf7f0714f23ccf67
parent644adc6adaecf5249de68211f70c0825a36fe6f7
Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview.

Also updates a few internal implementations of the same thing to use the
new built-in code.

Contributed by Arnon Yaari.
15 files changed:
Doc/library/stdtypes.rst
Doc/whatsnew/3.5.rst
Lib/test/test_bytes.py
Lib/test/test_doctest.py
Makefile.pre.in
Misc/ACKS
Misc/NEWS
Modules/sha1module.c
Modules/sha256module.c
Modules/sha512module.c
Objects/bytearrayobject.c
Objects/bytesobject.c
Objects/memoryobject.c
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters