New submission from zip: http://docs.python.org/tut/node5.html
The best way to remember how slices work is to think of the indices as pointing between characters, with the left edge of the first character numbered 0. Then the right edge of the last character of a string of n characters has index n, for example: -- This is not possible because counting starts from 0 so the last charater must be n-1. ---------- components: Documentation messages: 56129 nosy: zip severity: minor status: open title: Error in array concept versions: Python 3.0 __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1201> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com