SIGN IN SIGN UP

Issue #22351: Fix test_nntplib if the ssl module is missing

@unittest.skipUnless(ssl, '...') doesn't work because the class body uses the
nntplib.NNTP_SSL attribute which doesn't exist.
V
Victor Stinner committed
8c9bba07d40f8a86bfa0dc87a4c06f91a07676a6
Parent: 13e41c5