New submission from Dinko Galetić <[email protected]>: #the following code should return an empty list, but returns the 0th member of the list
>>> foo = [1, 2, 3] >>> foo[0::-1] [1] ---------- components: Regular Expressions messages: 80354 nosy: dgaletic severity: normal status: open title: Odd slicing behaviour type: behavior versions: Python 2.6 _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue5029> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
