commit | a5ae1f0c25212a48dc839de86d9f29312f6c0a3a | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Nov 06 08:20:12 2011 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Nov 06 08:20:12 2011 -0500 |
tree | 1540948ad6fd8551e1f7be62ba5d96db06d7a923 | |
parent | 819d8d447da7e2a8530574af2a7574fdc011b0c2 [diff] [blame] |
remove py3k warning for callable
diff --git a/Misc/NEWS b/Misc/NEWS index 2f7b54e..9911360 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -9,6 +9,8 @@ Core and Builtins ----------------- +- Remove Py3k warning for callable. + - Issue #13340: Accept None as start and stop parameters for list.index() and tuple.index().