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 gvanrossum
Recipients gvanrossum, terry.reedy
Date 2008-08-07.22:53:35
SpamBayes Score 0.009503768
Marked as misclassified No
Message-id <1218149616.17.0.97087949429.issue3521@psf.upfronthosting.co.za>
In-reply-to
Content
Good catch!

This looks pretty simple to fix; I think a type check is missing
(actually several, there are at least two implementations in io.py).

In fact, the 2.6 version of io.py already has the necessary checks. 
(But merging those forward is not 100% trivial since in 3.0 the 'long'
type doesn't exist.)
History
Date User Action Args
2008-08-07 22:53:36gvanrossumsetrecipients: + gvanrossum, terry.reedy
2008-08-07 22:53:36gvanrossumsetmessageid: <1218149616.17.0.97087949429.issue3521@psf.upfronthosting.co.za>
2008-08-07 22:53:35gvanrossumlinkissue3521 messages
2008-08-07 22:53:35gvanrossumcreate