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 loewis
Recipients loewis, orivej, rclark
Date 2008-01-25.05:45:12
SpamBayes Score 0.00349502
Marked as misclassified No
Message-id <1201239916.71.0.907170535634.issue1930@psf.upfronthosting.co.za>
In-reply-to
Content
sys.maxint was *not* changed to sys.maxsize - it was simply removed.
pyparsing apparently hasn't been ported to Python 3; please bring this
up with the pyparsing authors (but then, Python 3 hasn't been released,
so they might decide not to take any action for several years, until,
say, Python 3.2).

sys.maxint used to indicate the maximum value that an int could have. In
Python 3, the int type has no maximum value anymore.

The only place where this might need some notice is the whatsnew text.
History
Date User Action Args
2008-01-25 05:45:18loewissetspambayes_score: 0.00349502 -> 0.00349502
recipients: + loewis, orivej, rclark
2008-01-25 05:45:16loewissetspambayes_score: 0.00349502 -> 0.00349502
messageid: <1201239916.71.0.907170535634.issue1930@psf.upfronthosting.co.za>
2008-01-25 05:45:14loewislinkissue1930 messages
2008-01-25 05:45:13loewiscreate