[python-win32] range() broken in win32all Build 152

Nils R Grotnes nils@paragon.no
Tue, 25 Feb 2003 14:40:58 +0100


Tony

>Has anyone seen this problem ?

Yes! :-)

>type this in Python Win
>print range (0,1000)

Try this:
print len(range(1000))

It's a limitation (some would say bug) in your editor.

Nils