Message 195515 - Python tracker
Message195515
| 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:12 | terry.reedy | set | recipients: + terry.reedy, pitrou, ezio.melotti, michael.foord, serhiy.storchaka, vajrasky |
| 2013-08-17 20:10:12 | terry.reedy | set | messageid: <1376770212.78.0.00932090828722.issue18702@psf.upfronthosting.co.za> |
| 2013-08-17 20:10:12 | terry.reedy | link | issue18702 messages |
| 2013-08-17 20:10:12 | terry.reedy | create | |