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.

classification
Title: compile error in poplib.py
Type: compile error Stage:
Components: Library (Lib) Versions: Python 3.0
process
Status: closed Resolution: duplicate
Dependencies: Superseder: TypeError in poplib.py
View: 1094
Assigned To: Nosy List: andre, georg.brandl, janssen
Priority: normal Keywords:

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:26adminsetgithub: 45473
2007-09-09 10:04:33georg.brandlsetstatus: open -> closed
nosy: + georg.brandl
superseder: TypeError in poplib.py
resolution: duplicate
messages: + msg55765
2007-09-08 23:51:46janssensetnosy: + janssen
messages: + msg55756
2007-09-08 20:15:36andrecreate