diff options
author | Guido van Rossum <guido@python.org> | 2003-04-14 20:58:14 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2003-04-14 20:58:14 +0000 |
commit | b43084f0539de80703320f9cc4e31e3974002500 (patch) | |
tree | 0c80e9ea648a7252ab33479f953d2e5805537a51 /Python/pythonrun.c | |
parent | e591a29828fa64f0f42e410b592176eecf4a0538 (diff) | |
download | cpython-b43084f0539de80703320f9cc4e31e3974002500.tar.gz |
- list.insert(i, x) now interprets negative i as it would be
interpreted by slicing, so negative values count from the end of the
list. This was the only place where such an interpretation was not
placed on a list index.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions