RELEASED: Python 2.3a2

A.M. Kuchling amk at amk.ca
Thu Feb 20 14:46:30 EST 2003


On Thu, 20 Feb 2003 10:40:17 -0800, 
	Inyeol Lee <inyeol.lee at siimage.com> wrote:
> [::-1] ?

sequence[start:stop:stride] has been legal Python syntax since 1.4beta2, but
only Numeric Python ever supported the stride argument.  2.3 changes
Python's built-in sequence types to support strides; they never did before.
Hey, at least no one will ask for a reverse method on strings any more...

--amk                                                    (www.amk.ca)
LaTeX2HTML is pain.
      -- Fred Drake in a documentation checkin message, 14 Mar 2000




More information about the Python-list mailing list