diff options
author | Raymond Hettinger <python@rcn.com> | 2015-01-06 05:52:10 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2015-01-06 05:52:10 (GMT) |
commit | 0603d3049e79d59d1fb16d5a8e0bffcfc85c442c (patch) | |
tree | 323eb0fd323d1236845b65fb5d57ebb88d4a9c10 /Misc | |
parent | 212994e4e2ed023267ebfceeae541c8aa4257806 (diff) | |
download | cpython-0603d3049e79d59d1fb16d5a8e0bffcfc85c442c.zip cpython-0603d3049e79d59d1fb16d5a8e0bffcfc85c442c.tar.gz cpython-0603d3049e79d59d1fb16d5a8e0bffcfc85c442c.tar.bz2 |
Issue #23132: Mitigate regression in speed and clarity in functools.total_ordering.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -47,6 +47,8 @@ Library - Issue #23111: In the ftplib, make ssl.PROTOCOL_SSLv23 the default protocol version. +- Issue #23132: Mitigate regression in speed and clarity in functools.total_ordering. + - Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(), instead of reading /dev/urandom, to get pseudo-random bytes. |