Problem with Python xrange

r holland rhh at structurelabs.com
Sun Jun 6 18:58:11 EDT 2004


correction to previous post

if you do:
dir(a)
dir(b)

you'll see that <a has none of the list methods (which includes slicing)
whereas b has all of them >.



More information about the Python-list mailing list