Yunlong Liu added the comment:
I have seen this has been corrected in the svn python chunk. But I doubt it is
still there in the public download tar ball. Please make a change to the tar
ball. Thanks
--
status: open -> closed
___
Python trac
New submission from Yunlong Liu:
Hi,
I detected an inconsistency in the Modules stack of Python 2.7.10. In
Module/_ssl.c, I see all _ssl._SSLContext are changed to ssl.SSLContext but it
is inconsistent with the lib file in Lib/ssl.py. In ssl.py, it is still
importing _SSLContext, which