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 pitrou
Recipients ajaksu2, gregory.p.smith, pitrou
Date 2008-08-28.09:40:31
SpamBayes Score 0.00013046963
Marked as misclassified No
Message-id <1219916431.95.0.489963747468.issue3708@psf.upfronthosting.co.za>
In-reply-to
Content
The explicit int() conversion looked saner to me, rather than passing a
float argument to read().
By the way, is there a reason this code still uses os.open rather than
the builtin io.open?
History
Date User Action Args
2008-08-28 09:40:32pitrousetrecipients: + pitrou, gregory.p.smith, ajaksu2
2008-08-28 09:40:31pitrousetmessageid: <1219916431.95.0.489963747468.issue3708@psf.upfronthosting.co.za>
2008-08-28 09:40:31pitroulinkissue3708 messages
2008-08-28 09:40:31pitroucreate