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 gregory.p.smith
Recipients ajaksu2, gregory.p.smith
Date 2008-08-28.06:00:34
SpamBayes Score 0.00036377768
Marked as misclassified No
Message-id <1219903236.97.0.421883943408.issue3708@psf.upfronthosting.co.za>
In-reply-to
Content
better patch with tests attached, no explicit int conversion is done.

i also wrapped the use of the fd returned by open with a try: finally:
to avoid any chance of a leak and renamed the bytes variable to bs to
match whats in py3k and avoid overriding the builtin type.
History
Date User Action Args
2008-08-28 06:00:37gregory.p.smithsetrecipients: + gregory.p.smith, ajaksu2
2008-08-28 06:00:36gregory.p.smithsetmessageid: <1219903236.97.0.421883943408.issue3708@psf.upfronthosting.co.za>
2008-08-28 06:00:35gregory.p.smithlinkissue3708 messages
2008-08-28 06:00:35gregory.p.smithcreate