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 mgdelmonte
Recipients Lukasa, barry, demian.brecht, icordasc, martin.panter, mgdelmonte, piotr.dobrogost, r.david.murray
Date 2015-06-03.14:41:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433342506.12.0.170499889384.issue24363@psf.upfronthosting.co.za>
In-reply-to
Content
... or perhaps

if ':' in line and line[0] != ':':

to avoid the colon-as-first-char bug that plagued this library earlier, though the only ill-effect of leaving it alone would be a header with a blank key; not the end of the world.
History
Date User Action Args
2015-06-03 14:41:46mgdelmontesetrecipients: + mgdelmonte, barry, r.david.murray, martin.panter, piotr.dobrogost, icordasc, demian.brecht, Lukasa
2015-06-03 14:41:46mgdelmontesetmessageid: <1433342506.12.0.170499889384.issue24363@psf.upfronthosting.co.za>
2015-06-03 14:41:46mgdelmontelinkissue24363 messages
2015-06-03 14:41:45mgdelmontecreate