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 rhettinger
Recipients mishok13, rhettinger
Date 2008-07-24.16:18:49
SpamBayes Score 0.01005979
Marked as misclassified No
Message-id <1216916330.53.0.532232313598.issue3436@psf.upfronthosting.co.za>
In-reply-to
Content
I think this is the wrong approach.  It would be better to have a 
separate getheader() method.  Having __init__ do the deed is at odds 
with other uses of __init__ that only do setup but don't start reading.
History
Date User Action Args
2008-07-24 16:18:50rhettingersetspambayes_score: 0.0100598 -> 0.01005979
recipients: + rhettinger, mishok13
2008-07-24 16:18:50rhettingersetspambayes_score: 0.0100598 -> 0.0100598
messageid: <1216916330.53.0.532232313598.issue3436@psf.upfronthosting.co.za>
2008-07-24 16:18:49rhettingerlinkissue3436 messages
2008-07-24 16:18:49rhettingercreate