Kaydet (Commit) fde29be4 authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Issue 6256: Fix stacklevel in warning message.

üst 5c96308e
...@@ -103,7 +103,7 @@ def nested(*managers): ...@@ -103,7 +103,7 @@ def nested(*managers):
""" """
warn("With-statements now directly support multiple context managers", warn("With-statements now directly support multiple context managers",
DeprecationWarning, 2) DeprecationWarning, 3)
exits = [] exits = []
vars = [] vars = []
exc = (None, None, None) exc = (None, None, None)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment