Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 86eb730

Browse files
committed
Merge with 3.4
2 parents 926be1b + c37c49f commit 86eb730

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/idlelib/idlever.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"""
88
# Kept for now only for possible existing extension use
99
import warnings as w
10-
w.warn(__doc__, DeprecationWarning)
10+
w.warn(__doc__, DeprecationWarning, stacklevel=2)
1111
from sys import version
1212
IDLE_VERSION = version[:version.index(' ')]

0 commit comments

Comments
 (0)