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 ajvant, brian.curtin, chasonr, christian.heimes, giampaolo.rodola, janssen, jelie, pitrou
Date 2010-11-03.18:10:17
SpamBayes Score 0.00039783583
Marked as misclassified No
Message-id <1288807820.12.0.432104131685.issue1926@psf.upfronthosting.co.za>
In-reply-to
Content
>> * starttls() should probably test the `tls_on` attribute first and
>> raise a ValueError if True (as you point out, a client mustn't attempt
>> to start a new TLS session if one is already active).
>
> ...I actually meant to do exactly that, but forgot to put the check
> in. Thank you. 

And it should also make sure the user is not already authenticated.
And that STARTTLS is advertised (if nntp_version >=2).
History
Date User Action Args
2010-11-03 18:10:20jeliesetrecipients: + jelie, janssen, pitrou, giampaolo.rodola, christian.heimes, chasonr, brian.curtin, ajvant
2010-11-03 18:10:20jeliesetmessageid: <1288807820.12.0.432104131685.issue1926@psf.upfronthosting.co.za>
2010-11-03 18:10:18jelielinkissue1926 messages
2010-11-03 18:10:17jeliecreate