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 jelie
Recipients StevenJ, ajvant, brian.curtin, chasonr, christian.heimes, giampaolo.rodola, janssen, jelie, pitrou
Date 2010-11-04.19:14:01
SpamBayes Score 6.128807e-05
Marked as misclassified No
Message-id <1288898045.39.0.00197610544328.issue1926@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Steven,

> I also don't understand why START_TLS and AUTHINFO need to change
> how the module is interfaced to (separating log in/authentication, etc)

Because once you have used AUTHINFO, STARTTLS is no longer a valid command in a session.
The authentication part is currently delt with in the init function (in nntplib) so it needs to be separated because one could want to first use STARTTLS, and then AUTHINFO. Currently, AUTHINFO is sent just after the initial log in; it is therefore better to have AUTHINFO handled in another function.
History
Date User Action Args
2010-11-04 19:14:05jeliesetrecipients: + jelie, janssen, pitrou, giampaolo.rodola, christian.heimes, chasonr, brian.curtin, ajvant, StevenJ
2010-11-04 19:14:05jeliesetmessageid: <1288898045.39.0.00197610544328.issue1926@psf.upfronthosting.co.za>
2010-11-04 19:14:01jelielinkissue1926 messages
2010-11-04 19:14:01jeliecreate