diff options
author | Georg Brandl <georg@python.org> | 2008-10-08 18:47:17 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-10-08 18:47:17 (GMT) |
commit | f3776a17effc7542826e1453b082ca0877722464 (patch) | |
tree | 707a0fa81eda3e0cf4277c66a9a5b1b2ceea29f6 /Misc | |
parent | 06a138690231f62b3624766e09212cc01d7b5faa (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |