]> granicus.if.org Git - python/commit
Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 12 Aug 2014 10:59:11 +0000 (13:59 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 12 Aug 2014 10:59:11 +0000 (13:59 +0300)
commit320a1c0ff715b6c04034722393efe510973430ee
tree6f9d2e40433afd332a4a9e4c26f2136394ffc8ac
parent6f2017076293f0e1ea807260434053a58be6667b
Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long line.
Original patch by Raymond Hettinger.
Lib/email/feedparser.py
Lib/test/test_email/test_email.py
Misc/NEWS