diff options
author | Raymond Hettinger <python@rcn.com> | 2008-03-23 13:32:32 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2008-03-23 13:32:32 (GMT) |
commit | bbc50eafe5cc7d2fa73b5b45eebc573c600db9ac (patch) | |
tree | 14d5116b591f743db3921087895b0710ff20312d /Misc/NEWS | |
parent | 9a0d3462fcac06cb257b77cad464d01d348f702c (diff) | |
download | cpython-bbc50eafe5cc7d2fa73b5b45eebc573c600db9ac.zip cpython-bbc50eafe5cc7d2fa73b5b45eebc573c600db9ac.tar.gz cpython-bbc50eafe5cc7d2fa73b5b45eebc573c600db9ac.tar.bz2 |
Issue 1681432: Add triangular distribution the random module.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -66,6 +66,8 @@ Library - Issue #2432: give DictReader the dialect and line_num attributes advertised in the docs. +- Issue #1681432: Add triangular distribution to the random module + - Issue #2136: urllib2's auth handler now allows single-quoted realms in the WWW-Authenticate header. |