]> granicus.if.org Git - python/commit
Issue #22131: Modernized the code of the uuid module.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 6 Sep 2014 19:14:04 +0000 (22:14 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 6 Sep 2014 19:14:04 +0000 (22:14 +0300)
commitfa9be4f6a81dc2ce72c107cd29a1b6c515dbc719
tree2f3737810acba0021e96c02389c22d3afaca05a5
parent91453026ffab6f0b3278417dc6348f3310d70be0
Issue #22131: Modernized the code of the uuid module.

Optimized bytes and bytes_le properties of UUID and UUID constructor with
bytes_le argument.

Fixed a bug in handling an error occured during reading from a pipe in
_ipconfig_getnode().
Lib/uuid.py