summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/argvemulator.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/plat-mac/argvemulator.py')
-rw-r--r--Lib/plat-mac/argvemulator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-mac/argvemulator.py b/Lib/plat-mac/argvemulator.py
index 1bc5da6..3dfc9f8 100644
--- a/Lib/plat-mac/argvemulator.py
+++ b/Lib/plat-mac/argvemulator.py
@@ -3,7 +3,7 @@ want unix-style arguments.
"""
from warnings import warnpy3k
-warnpy3k("In 3.x, the argvemulator module is removed.")
+warnpy3k("In 3.x, the argvemulator module is removed.", stacklevel=2)
import sys
import traceback