[Tutor] what? (late nite entertainment) (*)
Daniel Ehrenberg
littledanehren at yahoo.com
Thu Jan 29 16:58:19 EST 2004
> if x[z]: x[z*z:n:z]=y[z*z:n:z]
>
> (At least it doesn't work on my machine with Python
> 2.2)
Python 2.2 doesn't support extended list slicing,
which that piece of code uses. Switch to 2.3.
Daniel Ehrenberg
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
More information about the Tutor
mailing list