diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -11,9 +11,6 @@ Core and Builtins - Remove Py3k warning for callable. -- Issue #13340: Accept None as start and stop parameters for - list.index() and tuple.index(). - - Issue #10519: Avoid unnecessary recursive function calls in setobject.c. |