New submission from Campbell Barton <ideasma...@gmail.com>:

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
nosy: georg.brandl, ideasman42
severity: normal
status: open
title: PyList_GetSlice does not indicate negative ranges dont work as in python.
type: behavior
versions: Python 2.6, Python 2.7, Python 3.0, Python 3.1
Added file: http://bugs.python.org/file13922/slice.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5967>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to