diff options
author | Raymond Hettinger <python@rcn.com> | 2014-05-26 00:25:27 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2014-05-26 00:25:27 (GMT) |
commit | 978c6abced7f129a66c39135139e60b3e0fa4e0b (patch) | |
tree | 915451c1f2268193a5160034cd41fc59a4b5d150 /Misc | |
parent | a2fc99eceae7b3dacc1e7280cc01c3b877ce55ab (diff) | |
download | cpython-978c6abced7f129a66c39135139e60b3e0fa4e0b.zip cpython-978c6abced7f129a66c39135139e60b3e0fa4e0b.tar.gz cpython-978c6abced7f129a66c39135139e60b3e0fa4e0b.tar.bz2 |
Issue 13355: Make random.triangular degrade gracefully when low == high.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,9 @@ Library - Issue #14710: pkgutil.find_loader() no longer raises an exception when a module doesn't exist. +- Issue #13355: random.triangular() no longer fails with a ZeroDivisionError + when low equals high. + - Issue #21538: The plistlib module now supports loading of binary plist files when reference or offset size is not a power of two. |