[Patches] [ python-Patches-1535659 ] NNTPS support in nntplib

SourceForge.net noreply at sourceforge.net
Wed Mar 7 01:59:01 CET 2007


Patches item #1535659, was opened at 2006-08-07 01:20
Message generated for change (Comment added) made by gbrandl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1535659&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Library (Lib)
Group: None
Status: Open
Resolution: None
Priority: 4
Private: No
Submitted By: Aurojit Panda (aurojit)
Assigned to: Nobody/Anonymous (nobody)
Summary: NNTPS support in nntplib

Initial Comment:
This patch adds SSL support for nntplib, since it
really isn't that simple to just extend the class and
add such support, and there are plenty of NNTP servers
out there which can only be accessed over SSL. Should
be backwards compatible with nntplib, and has been
tested to be as such. Of course this library faces
limitations on how well it can authenticate SSL
certificates due to current limitations (as of 2.4) in
socket.ssl, no new additions seem to have been made in
2.5, at least none are listed

----------------------------------------------------------------------

>Comment By: Georg Brandl (gbrandl)
Date: 2007-03-07 00:59

Message:
Logged In: YES 
user_id=849994
Originator: NO

This patch lacks documentation changes. Also, "self.ssl" doesn't seem to
get set when usessl is False, so this will result in an AttributeError in
the two changed methods.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1535659&group_id=5470


More information about the Patches mailing list