summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-10-08 18:47:17 (GMT)
committerGeorg Brandl <georg@python.org>2008-10-08 18:47:17 (GMT)
commitf3776a17effc7542826e1453b082ca0877722464 (patch)
tree707a0fa81eda3e0cf4277c66a9a5b1b2ceea29f6 /Misc
parent06a138690231f62b3624766e09212cc01d7b5faa (diff)
downloadcpython-f3776a17effc7542826e1453b082ca0877722464.zip
cpython-f3776a17effc7542826e1453b082ca0877722464.tar.gz
cpython-f3776a17effc7542826e1453b082ca0877722464.tar.bz2
#3935: properly support list subclasses in the C impl. of bisect.
Patch reviewed by Raymond.
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 50494f4..dc43554 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,6 +20,8 @@ Core and Builtins
Library
-------
+- Issue #3935: Properly support list subclasses in bisect's C implementation.
+
- Issue #4014: Don't claim that Python has an Alpha release status, in addition
to claiming it is Mature.