summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2008-03-23 13:32:32 (GMT)
committerRaymond Hettinger <python@rcn.com>2008-03-23 13:32:32 (GMT)
commitbbc50eafe5cc7d2fa73b5b45eebc573c600db9ac (patch)
tree14d5116b591f743db3921087895b0710ff20312d /Misc/NEWS
parent9a0d3462fcac06cb257b77cad464d01d348f702c (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f7b16b4..04dec03 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.