[zope2-tracker] [Bug 142933] Re: xrange not allowed in python script
Hanno Schlichting
hanno at hannosch.eu
Fri Feb 26 16:42:46 EST 2010
xrange is an optimized version of range that is only useful when dealing
with really large data sets. This is the type of task you shouldn't do
in a Python script in the first place, so it's fine to not allow it.
** Changed in: zope2
Status: New => Won't Fix
--
xrange not allowed in python script
https://bugs.launchpad.net/bugs/142933
You received this bug notification because you are a member of Zope 2
Developers, which is subscribed to Zope 2.
More information about the zope2-tracker
mailing list