Author rhettinger
Recipients
Date 2006-06-27.05:13:02
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=80475

You're correct.  The behavior was by design, emphasizing 
speed and simplicity over a toy limiting case.  If some 
app actually requires enumeration of over 2**31 objects, 
it is trivial to write a generator that gives the desired 
flexibility.  Of course, on 64 bit machines, the limit is 
a bit higher ;-)
History
Date User Action Args
2007-08-23 14:40:49adminlinkissue1512504 messages
2007-08-23 14:40:49admincreate