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 chasonr
Recipients chasonr, christian.heimes, janssen
Date 2008-01-25.20:48:53
SpamBayes Score 0.051192675
Marked as misclassified No
Message-id <1201294155.49.0.646967029662.issue1926@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-01-25 20:49:15chasonrsetspambayes_score: 0.0511927 -> 0.051192675
recipients: + chasonr, janssen, christian.heimes
2008-01-25 20:49:15chasonrsetspambayes_score: 0.0511927 -> 0.0511927
messageid: <1201294155.49.0.646967029662.issue1926@psf.upfronthosting.co.za>
2008-01-25 20:48:55chasonrlinkissue1926 messages
2008-01-25 20:48:54chasonrcreate