[New-bugs-announce] [issue23147] Possible error in _header_value_parser.py

Serhiy Storchaka report at bugs.python.org
Fri Jan 2 11:31:19 CET 2015


New submission from Serhiy Storchaka:

In UnstructuredTokenList._fold() at line 439 the fold() method is called with one positional argument.

            if part.has_fws:
                part.fold(folded)
                continue

But there are no fold() methods with one positional parameter. May be it should be _fold()?

----------
components: Library (Lib), email
messages: 233309
nosy: barry, r.david.murray, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Possible error in _header_value_parser.py
type: behavior
versions: Python 3.4, Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23147>
_______________________________________


More information about the New-bugs-announce mailing list