commit | 8cb6569fe14ba8e57ab1a2bea68594747852a9d1 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@krypto.org> | Sat Apr 25 23:22:26 2015 +0000 |
committer | Gregory P. Smith <greg@krypto.org> | Sat Apr 25 23:22:26 2015 +0000 |
tree | 4391a41ff833b66e6482f5abbf7f0714f23ccf67 | |
parent | 644adc6adaecf5249de68211f70c0825a36fe6f7 [diff] |
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.