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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, vinay.sajip
Date 2011-06-09.13:55:08
SpamBayes Score 0.045691624
Marked as misclassified No
Message-id <1307627709.13.0.563500622686.issue12291@psf.upfronthosting.co.za>
In-reply-to
Content
- Please replace tabs characters by space
- "//" comments are not accepted by some picky C89 compilers

Also, calling f.read(1) for each character may have a large performance impact.  I don't know how this can be solved though.
History
Date User Action Args
2011-06-09 13:55:09amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, vinay.sajip
2011-06-09 13:55:09amaury.forgeotdarcsetmessageid: <1307627709.13.0.563500622686.issue12291@psf.upfronthosting.co.za>
2011-06-09 13:55:08amaury.forgeotdarclinkissue12291 messages
2011-06-09 13:55:08amaury.forgeotdarccreate