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 SilentGhost
Recipients SilentGhost, r.david.murray, sdaoden
Date 2011-02-04.12:56:34
SpamBayes Score 4.4380053e-05
Marked as misclassified No
Message-id <1296824195.36.0.376004166778.issue11116@psf.upfronthosting.co.za>
In-reply-to
Content
The patch would be better to say:

if not lines:
    continue

However, it could be even simpler to do:

for string, charset in self._chunks:
    if not string: continue
History
Date User Action Args
2011-02-04 12:56:35SilentGhostsetrecipients: + SilentGhost, r.david.murray, sdaoden
2011-02-04 12:56:35SilentGhostsetmessageid: <1296824195.36.0.376004166778.issue11116@psf.upfronthosting.co.za>
2011-02-04 12:56:34SilentGhostlinkissue11116 messages
2011-02-04 12:56:34SilentGhostcreate