Re: integer subclass range behavior

2007-12-19 Thread Gabriel Genellina
En Wed, 19 Dec 2007 22:20:17 -0300, [EMAIL PROTECTED] <[EMAIL PROTECTED]> escribió: > On Dec 19, 7:42 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> > wrote: >> En Wed, 19 Dec 2007 18:11:49 -0300, [EMAIL PROTECTED] >> <[EMAIL PROTECTED]> escribió: >> >> > I was wondering what would happen, so I tri

Re: integer subclass range behavior

2007-12-19 Thread [EMAIL PROTECTED]
On Dec 19, 7:42 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Wed, 19 Dec 2007 18:11:49 -0300, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> escribió: > > > > > I was wondering what would happen, so I tried this out for the heck of > > it with: > > Python 3.0a2 (py3k:59572M, Dec 19 2007, 15:54:

Re: integer subclass range behavior

2007-12-19 Thread Gabriel Genellina
En Wed, 19 Dec 2007 18:11:49 -0300, [EMAIL PROTECTED] <[EMAIL PROTECTED]> escribió: > I was wondering what would happen, so I tried this out for the heck of > it with: > Python 3.0a2 (py3k:59572M, Dec 19 2007, 15:54:07) [MSC v.1500 32 bit > (Intel)] on win32 > > class a(int): > def __new__(cls