Re: [Tutor] max. range of list

2005-03-25 Thread jrlen balane
thanks for the information... On Fri, 25 Mar 2005 10:26:00 -0500, Kent Johnson <[EMAIL PROTECTED]> wrote: > jrlen balane wrote: > > how many is the maximum member can a list have??? > > According to this thread > http://groups-beta.google.com/group/comp.lang.python/browse_thread/thread/2ddae82bb

Re: [Tutor] max. range of list

2005-03-25 Thread Kent Johnson
jrlen balane wrote: how many is the maximum member can a list have??? According to this thread http://groups-beta.google.com/group/comp.lang.python/browse_thread/thread/2ddae82bb2c1b871/e00b7903bc887a73 the number of element in a list is stored in an int, so most likely the hard limit is 2**31-1. T

Re: [Tutor] max. range of list

2005-03-25 Thread Max Noel
On Mar 25, 2005, at 15:50, jrlen balane wrote: how many is the maximum member can a list have??? ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor As far as I know, there is no limit hard-coded in the language. So I g

[Tutor] max. range of list

2005-03-25 Thread jrlen balane
how many is the maximum member can a list have??? ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor