[issue24480] Python 2.7.10

2015-06-20 Thread Yunlong Liu

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 doesn't exist in the C file.

--
components: Library (Lib)
messages: 245566
nosy: yliu120
priority: normal
severity: normal
status: open
title: Python 2.7.10
type: crash
versions: Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24480
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24480] Python 2.7.10

2015-06-20 Thread Yunlong Liu

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 tracker rep...@bugs.python.org
http://bugs.python.org/issue24480
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com