Merge with 3.5
This commit is contained in:
commit
5cdc9e1b37
|
@ -7,6 +7,6 @@ and will be removed in 3.6 or later. Use
|
|||
"""
|
||||
# Kept for now only for possible existing extension use
|
||||
import warnings as w
|
||||
w.warn(__doc__, DeprecationWarning)
|
||||
w.warn(__doc__, DeprecationWarning, stacklevel=2)
|
||||
from sys import version
|
||||
IDLE_VERSION = version[:version.index(' ')]
|
||||
|
|
Loading…
Reference in New Issue