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 martin.panter
Recipients berker.peksag, martin.panter, pitrou, vstinner
Date 2016-06-19.05:31:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466314285.54.0.224281395608.issue19756@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that changes all affected tests to use a custom server running on localhost:

* Local server is based on the existing NNTPv2Handler class, and the LocalServerTests class
* Reintegrate test_starttls() back into NetworkedNNTPTestsMixin
* Only test_with_statement() talks to the remote NNTP_HOST now (not affected by this bug)
* Make tests in NetworkedNNTPTestsMixin stricter, because the server responses are predetermined now
* Add mock comp.lang.python support to NNTPv1Handler.handle_GROUP()
* Add support for rejecting passwords in NNTPv1Handler.handle_AUTHINFO()
* New message number with non-UTF-8 message body for ARTICLE, HEAD, BODY, and non-UTF-8 subject for OVER, XOVER
History
Date User Action Args
2016-06-19 05:31:25martin.pantersetrecipients: + martin.panter, pitrou, vstinner, berker.peksag
2016-06-19 05:31:25martin.pantersetmessageid: <1466314285.54.0.224281395608.issue19756@psf.upfronthosting.co.za>
2016-06-19 05:31:25martin.panterlinkissue19756 messages
2016-06-19 05:31:25martin.pantercreate