summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2006-12-20 06:42:06 (GMT)
committerRaymond Hettinger <python@rcn.com>2006-12-20 06:42:06 (GMT)
commit94547f7646895e032f8fc145529d9efc3a70760d (patch)
treeb3bd1dec4781ba00953d8e57b6d8e84fa3d06e91 /Misc
parentebbeed781d923494f782f0750e76ad4aac8e29f5 (diff)
downloadcpython-94547f7646895e032f8fc145529d9efc3a70760d.zip
cpython-94547f7646895e032f8fc145529d9efc3a70760d.tar.gz
cpython-94547f7646895e032f8fc145529d9efc3a70760d.tar.bz2
Bug #1590891: random.randrange don't return correct value for big number
Needs to be backported.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a4eb6e2..c1b9a12 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.6 alpha 1?
Core and builtins
-----------------
+- Bug #1590891: random.randrange don't return correct value for big number
+
- Patch #1586791: Better exception messages for some operations on strings,
tuples and lists.