Issue 1132: compile error in poplib.py (original) (raw)

Issue1132

Created on 2007-09-08 20:15 by andre, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg55753 - (view) Author: André (andre) Date: 2007-09-08 20:15
File "c:\Python30\lib\poplib.py", line 137, in _getlongresp while line != '.': TypeError: can't compare bytes and str
msg55756 - (view) Author: Bill Janssen (janssen) * (Python committer) Date: 2007-09-08 23:51
Isn't this 1094?
msg55765 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-09-09 10:04
Bill Janssen schrieb: > Isn't this 1094? It is.
History
Date User Action Args
2022-04-11 14:56:26 admin set github: 45473
2007-09-09 10:04:33 georg.brandl set status: open -> closednosy: + georg.brandlsuperseder: TypeError in poplib.pyresolution: duplicatemessages: +
2007-09-08 23:51:46 janssen set nosy: + janssenmessages: +
2007-09-08 20:15:36 andre create