[issue1926] NNTPS support in nntplib

Bill Janssen report at bugs.python.org
Sun Jan 27 03:11:16 CET 2008


Bill Janssen added the comment:

Great, Ray.

I don't see any test cases for the nntp library in the Lib/test/ directory.
How can we make sure it works on the buildbots?

Bill

On Jan 25, 2008 12:49 PM, Ray Chason <report at bugs.python.org> wrote:

>
> Ray Chason added the comment:
>
> Here's take 2.
>
> The pre-patch NNTP class has a long and complicated constructor.  Rather
> than duplicate this constructor in NNTP_SSL, the patch converts most of
> the NNTP class to a new class, NNTPBase, which takes an
> already-connected socket as a parameter.  NNTP and NNTP_SSL both inherit
> NNTPBase and create that socket in their own respective ways.
>
> Added file: http://bugs.python.org/file9286/python-nntps-patch-2.txt
>
> __________________________________
> Tracker <report at bugs.python.org>
> <http://bugs.python.org/issue1926>
> __________________________________
>

Added file: http://bugs.python.org/file9298/unnamed

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1926>
__________________________________
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: unnamed
Url: http://mail.python.org/pipermail/python-bugs-list/attachments/20080127/0dba2c04/attachment-0001.txt 


More information about the Python-bugs-list mailing list