[issue5967] PyList_GetSlice does not indicate negative ranges dont work as in python.

2009-06-04 Thread Georg Brandl
Georg Brandl added the comment: Documented in r73213. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Pytho

[issue5967] PyList_GetSlice does not indicate negative ranges dont work as in python.

2009-05-08 Thread Campbell Barton
Campbell Barton added the comment: added to setslice too, fixed spelling error. -- Added file: http://bugs.python.org/file13938/slice.diff ___ Python tracker ___

[issue5967] PyList_GetSlice does not indicate negative ranges dont work as in python.

2009-05-08 Thread Campbell Barton
Changes by Campbell Barton : Removed file: http://bugs.python.org/file13922/slice.diff ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue5967] PyList_GetSlice does not indicate negative ranges dont work as in python.

2009-05-08 Thread Retro
Retro added the comment: You have mispelled a word in the patch. The sentence should be Negative indices not supported. Please make another patch without the "indicies" typo. -- nosy: +Retro ___ Python tracker __

[issue5967] PyList_GetSlice does not indicate negative ranges dont work as in python.

2009-05-08 Thread Campbell Barton
New submission from Campbell Barton : simple patch, docs say that PyList_GetSlice() works like list[high:low], but does not say that negative indices's dont work as with python slicing. -- assignee: georg.brandl components: Documentation files: slice.diff keywords: patch messages: 87438