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 <rep...@bugs.python.org>
<http://bugs.python.org/issue23147>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to