commit | ae404e2e0a957e1e584b476e21c51201e611ab44 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Oct 26 21:46:44 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Oct 26 21:46:44 2007 +0000 |
tree | bc4ea61fd56d2096942e3c4e378cd9bf746b0fd4 | |
parent | a2074f0bd75b5e08a6f9094dc30c26e2252e3747 [diff] |
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).