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

Serhiy Storchaka report at bugs.python.org
Thu Dec 15 04:29:10 EST 2016


Serhiy Storchaka added the comment:

It seems to me there are two issues:

1) The limit of line length is not large enough.
2) After raising an error on too long line the NNTP object is left in broken state.

The first issue can be solved by increasing the default limit or by patching the nntp module in tests.

For the second issue I suggest to open new tracker issue.

----------

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


More information about the Python-bugs-list mailing list