summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-02-25-18-22-01.bpo-32951.gHrCXq.rst
blob: 9c038cf259796112e1c21a2224af17bf2f403a2d (plain)
1
2
3
Direct instantiation of SSLSocket and SSLObject objects is now prohibited.
The constructors were never documented, tested, or designed as public
constructors. Users were suppose to use ssl.wrap_socket() or SSLContext.