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 xdegaye
Recipients martin.panter, xdegaye, zach.ware
Date 2016-12-14.16:34:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481733284.12.0.367853262606.issue28971@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is when getting an overview of the following comp.lang.python mail:
    OT - "Soft" ESC key on the new MacBook Pro   Michael Torrie
    Tue Dec 13 21:33:07 EST 2016

This is at index (last - 16) now and that is why the buildbots do not fail anymore.
The response received from the server for this mail in the _getline() function is 2058 bytes long and _getline() raises NNTPDataError because this is greater than _MAXLINE (2048). Setting _MAXLINE to 4096 fixes the problem.

There remains to explain the failures in the other tests.
History
Date User Action Args
2016-12-14 16:34:44xdegayesetrecipients: + xdegaye, martin.panter, zach.ware
2016-12-14 16:34:44xdegayesetmessageid: <1481733284.12.0.367853262606.issue28971@psf.upfronthosting.co.za>
2016-12-14 16:34:44xdegayelinkissue28971 messages
2016-12-14 16:34:43xdegayecreate