]> granicus.if.org Git - python/commit
Sort the method lists for str8 and bytes so differences are more apparent.
authorGuido van Rossum <guido@python.org>
Fri, 26 Oct 2007 21:46:44 +0000 (21:46 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 26 Oct 2007 21:46:44 +0000 (21:46 +0000)
commitae404e2e0a957e1e584b476e21c51201e611ab44
treebc4ea61fd56d2096942e3c4e378cd9bf746b0fd4
parenta2074f0bd75b5e08a6f9094dc30c26e2252e3747
Sort the method lists for str8 and bytes so differences are more apparent.
Changed bytes.fromhex to take a str argument, as the docstring promises.
Added str8.fromhex (untested so far).
Lib/test/test_bytes.py
Objects/bytesobject.c
Objects/stringobject.c