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 janssen
Recipients chasonr, christian.heimes, janssen
Date 2008-01-27.02:11:15
SpamBayes Score 3.6233687e-05
Marked as misclassified No
Message-id <4b3e516a0801261811h5df1934ch725c301c63a4a564@mail.gmail.com>
In-reply-to <1201294155.49.0.646967029662.issue1926@psf.upfronthosting.co.za>
Content
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@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@bugs.python.org>
> <http://bugs.python.org/issue1926>
> __________________________________
>
Files
File name Uploaded
unnamed janssen, 2008-01-27.02:11:13
History
Date User Action Args
2008-01-27 02:11:17janssensetspambayes_score: 3.62337e-05 -> 3.6233687e-05
recipients: + janssen, christian.heimes, chasonr
2008-01-27 02:11:15janssenlinkissue1926 messages
2008-01-27 02:11:15janssencreate