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 giampaolo.rodola
Recipients giampaolo.rodola
Date 2008-06-12.00:43:48
SpamBayes Score 0.0010911747
Marked as misclassified No
Message-id <1213231433.03.0.97189962489.issue3086@psf.upfronthosting.co.za>
In-reply-to
Content
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'
>>>
History
Date User Action Args
2008-06-12 00:43:54giampaolo.rodolasetspambayes_score: 0.00109117 -> 0.0010911747
recipients: + giampaolo.rodola
2008-06-12 00:43:53giampaolo.rodolasetspambayes_score: 0.00109117 -> 0.00109117
messageid: <1213231433.03.0.97189962489.issue3086@psf.upfronthosting.co.za>
2008-06-12 00:43:51giampaolo.rodolalinkissue3086 messages
2008-06-12 00:43:49giampaolo.rodolacreate