]> granicus.if.org Git - python/commit
* Remove dependency on binascii.hexlify by using int.from_bytes().
authorRaymond Hettinger <python@rcn.com>
Wed, 8 Sep 2010 18:48:21 +0000 (18:48 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 8 Sep 2010 18:48:21 +0000 (18:48 +0000)
commit183cd1fae37f6f71eebc6bba626774bce8e867d2
tree739be00ef89fe0407d950871fc4cde172882a047
parentf69af1e959292867fc032b25422e96b72d8443ff
* Remove dependency on binascii.hexlify by using int.from_bytes().
* Use the new super() with no arguments.
* Replace pow() call with the ** operator.
* Increase urandom seeding from 16 bytes to 32 bytes.
* Clean-up docstring.
Lib/random.py