[issue5303] Use base 2**30 for Python longs, when possible

2009-02-17 Thread Martin v. Löwis
Martin v. Löwis added the comment: > Well, it might have helped if I'd used the same title for the Rietveld > issue as the tracker issue. I'll get that right next time. What matters (I think) is that you have [issueXYZ] in the subject. ___ Python tracker

[issue5303] Use base 2**30 for Python longs, when possible

2009-02-17 Thread Mark Dickinson
Mark Dickinson added the comment: Well, it might have helped if I'd used the same title for the Rietveld issue as the tracker issue. I'll get that right next time. Thank you for the review. I'll post some proper responses tomorrow evening (GMT). ___ Pyth

[issue5303] Use base 2**30 for Python longs, when possible

2009-02-17 Thread Martin v. Löwis
Martin v. Löwis added the comment: This was meant to go to issue4258, but I failed to set the subject when sending this from Rietveld. -- resolution: -> invalid status: open -> closed ___ Python tracker __

[issue5303] Use base 2**30 for Python longs, when possible

2009-02-17 Thread Martin v. Löwis
New submission from Martin v. Löwis : http://codereview.appspot.com/14105/diff/1/11 File Doc/library/sys.rst (right): http://codereview.appspot.com/14105/diff/1/11#newcode418 Line 418: A struct sequence that holds information about Python's I don't think the sequence interface is really importan