[issue28971] nntplib is broken when responses are longer than _MAXLINE

Martin Panter report at bugs.python.org
Sat Dec 24 01:45:34 EST 2016


Martin Panter added the comment:

Max_over_line.patch is my attempt: Keep the original _MAXLINES = 2048 code, but override it with _MAX_OVER_LINE = 64000 when reading OVER response lines. I also added a test case.

----------
Added file: http://bugs.python.org/file46019/max_over_line.patch

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


More information about the Python-bugs-list mailing list