[New-bugs-announce] [issue1094] TypeError in poplib.py

Serge Julien report at bugs.python.org
Mon Sep 3 11:07:07 CEST 2007


New submission from Serge Julien:

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'>

----------
components: Library (Lib)
messages: 55617
nosy: serge.julien
severity: normal
status: open
title: TypeError in poplib.py
versions: Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1094>
__________________________________


More information about the New-bugs-announce mailing list