]> granicus.if.org Git - python/commit
in poplib, limit maximum line length that we read from the network (closes #16041)
authorBenjamin Peterson <benjamin@python.org>
Sat, 6 Dec 2014 01:02:38 +0000 (20:02 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sat, 6 Dec 2014 01:02:38 +0000 (20:02 -0500)
commitfaad6bbea6c86e30c770eb0a3648e2cd52b2e55e
tree498f964506107ba677a5960c2d5581deeb86ca92
parent91f04dd6fd5297c8f45981aaaa4cd05eb8339fd4
in poplib, limit maximum line length that we read from the network (closes #16041)

Patch from Berker Peksag.
Lib/poplib.py
Lib/test/test_poplib.py
Misc/NEWS