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 terry.reedy
Recipients ezio.melotti, michael.foord, pitrou, serhiy.storchaka, terry.reedy, vajrasky
Date 2013-08-17.20:10:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376770212.78.0.00932090828722.issue18702@psf.upfronthosting.co.za>
In-reply-to
Content
My original suggestion was to put the possibly failing assignment inside
  @classmethod
  def setUpClass:
    NNTP_CLASS = nntplib.NNTP_SSL
so that failure of the assignment would be be reported, but not affect import.
History
Date User Action Args
2013-08-17 20:10:12terry.reedysetrecipients: + terry.reedy, pitrou, ezio.melotti, michael.foord, serhiy.storchaka, vajrasky
2013-08-17 20:10:12terry.reedysetmessageid: <1376770212.78.0.00932090828722.issue18702@psf.upfronthosting.co.za>
2013-08-17 20:10:12terry.reedylinkissue18702 messages
2013-08-17 20:10:12terry.reedycreate