This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tim.golden
Recipients giampaolo.rodola, tim.golden
Date 2008-06-12.07:57:56
SpamBayes Score 0.0009605412
Marked as misclassified No
Message-id <4850D6FF.10201@timgolden.me.uk>
In-reply-to <1213231433.03.0.97189962489.issue3086@psf.upfronthosting.co.za>
Content
Giampaolo Rodola' wrote:
> New submission from Giampaolo Rodola' <billiejoex@users.sourceforge.net>:
> 
> By using:
> http://www.python.org/dev/daily-msi/python-2.6.14041.msi
> 
> 
> C:\>C:\python26\python
> Python 2.6a3 (r26a3:62864, May  9 2008, 14:16:26) [MSC v.1500 32 bit
> (Intel)] on
>  win32
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import sys
>>>> sys.maxsize
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
> AttributeError: 'module' object has no attribute 'maxsize'

It's there in a trunk build

<dump>

Python 2.6a3+ (trunk:64120:64164M, Jun 12 2008, 08:49:20)
Type "help", "copyright", "credits" or "license" for more
>>> import sys
[34171 refs]
>>> sys.maxsize
2147483647
[34173 refs]
>>>

</dump>
History
Date User Action Args
2008-06-12 07:58:09tim.goldensetspambayes_score: 0.000960541 -> 0.0009605412
recipients: + tim.golden, giampaolo.rodola
2008-06-12 07:58:07tim.goldenlinkissue3086 messages
2008-06-12 07:58:06tim.goldencreate