]> granicus.if.org Git - python/commit
Fix array.array.insert(), so that it treats negative indices as
authorWalter Dörwald <walter@livinglogic.de>
Sun, 18 May 2003 03:15:10 +0000 (03:15 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Sun, 18 May 2003 03:15:10 +0000 (03:15 +0000)
commit9e46abed5061729915ed39d7bb8c4d014369380e
treecffba6082397e0470ed2d2e90fd5babf9b654289
parentdf0d87a922ea29f7a410e8b634ae8730caa4438e
Fix array.array.insert(), so that it treats negative indices as
being relative to the end of the array, just like list.insert() does.
This closes SF bug #739313.
Doc/lib/libarray.tex
Lib/test/test_array.py
Misc/NEWS
Modules/arraymodule.c