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 serge.julien
Recipients serge.julien
Date 2007-09-03.09:07:07
SpamBayes Score 0.35612792
Marked as misclassified No
Message-id <1188810427.64.0.302486588482.issue1094@psf.upfronthosting.co.za>
In-reply-to
Content
In poplib.py, lines 137-138, bytes and str are compared, leading to a
TypeError:

[...]
137        while line != '.':
138            if line[:2] == '..':
[...]

where type(line) = <type 'bytes'>
History
Date User Action Args
2007-09-03 09:07:07serge.juliensetspambayes_score: 0.356128 -> 0.35612792
recipients: + serge.julien
2007-09-03 09:07:07serge.juliensetspambayes_score: 0.356128 -> 0.356128
messageid: <1188810427.64.0.302486588482.issue1094@psf.upfronthosting.co.za>
2007-09-03 09:07:07serge.julienlinkissue1094 messages
2007-09-03 09:07:07serge.juliencreate