mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Merge with 3.4
This commit is contained in:
commit
86eb7300af
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ and will be removed in 3.6 or later. Use
|
||||||
"""
|
"""
|
||||||
# Kept for now only for possible existing extension use
|
# Kept for now only for possible existing extension use
|
||||||
import warnings as w
|
import warnings as w
|
||||||
w.warn(__doc__, DeprecationWarning)
|
w.warn(__doc__, DeprecationWarning, stacklevel=2)
|
||||||
from sys import version
|
from sys import version
|
||||||
IDLE_VERSION = version[:version.index(' ')]
|
IDLE_VERSION = version[:version.index(' ')]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue