Index: Lib/contextlib.py =================================================================== --- Lib/contextlib.py (revision 73332) +++ Lib/contextlib.py (working copy) @@ -103,7 +103,7 @@ """ warn("With-statements now directly support multiple context managers", - DeprecationWarning, 2) + DeprecationWarning, 3) exits = [] vars = [] exc = (None, None, None)