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.

Author serhiy.storchaka
Recipients barry, r.david.murray, serhiy.storchaka
Date 2015-01-02.10:31:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420194679.08.0.467668822135.issue23147@psf.upfronthosting.co.za>
In-reply-to
Content
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()?
History
Date User Action Args
2015-01-02 10:31:19serhiy.storchakasetrecipients: + serhiy.storchaka, barry, r.david.murray
2015-01-02 10:31:19serhiy.storchakasetmessageid: <1420194679.08.0.467668822135.issue23147@psf.upfronthosting.co.za>
2015-01-02 10:31:19serhiy.storchakalinkissue23147 messages
2015-01-02 10:31:18serhiy.storchakacreate