diff options
author | Raymond Hettinger <python@rcn.com> | 2016-09-07 00:15:29 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2016-09-07 00:15:29 (GMT) |
commit | e8f1e002c642e30b820181cd87ae9d187d709f59 (patch) | |
tree | f5cb3c6514eec58c8bf2071dbaa7b71473f5d2d4 /Misc | |
parent | 63d98bcd4c88eea1c4b50dae95da662284813114 (diff) | |
download | cpython-e8f1e002c642e30b820181cd87ae9d187d709f59.zip cpython-e8f1e002c642e30b820181cd87ae9d187d709f59.tar.gz cpython-e8f1e002c642e30b820181cd87ae9d187d709f59.tar.bz2 |
Issue #18844: Add random.weighted_choices()
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -101,6 +101,8 @@ Library - Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs. +- Issue #18844: Add random.weighted_choices(). + - Issue #25761: Improved error reporting about truncated pickle data in C implementation of unpickler. UnpicklingError is now raised instead of AttributeError and ValueError in some cases. |