commit | 712ee923092ef1b47c72914c5e2950be2f05f527 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Aug 24 18:10:20 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Aug 24 18:10:20 2008 +0000 |
tree | 9d6052ea7c1f7dc65c45568f847f762de71f8871 | |
parent | a403e4141afb5dfff41d5844e32d94bc7d341c17 [diff] [blame] |
generate py3k warnings on __getslice__, __delslice__, and __setslice__ Reviewer: Brett Cannon
diff --git a/Misc/NEWS b/Misc/NEWS index 9c07eee..ff754df 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -26,6 +26,9 @@ - Silenced another compiler warning about a used but not defined function 'stringlib_contains_obj'. +- Added warnings on the use of ``__getslice__``, ``__setslice__``, or + ``__delslice__``. + Library -------