mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	Issue 6256: Fix stacklevel in warning message.
This commit is contained in:
		
							parent
							
								
									d3a4d2951f
								
							
						
					
					
						commit
						1917ad587f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -103,7 +103,7 @@ def nested(*managers): | |||
| 
 | ||||
|     """ | ||||
|     warn("With-statements now directly support multiple context managers", | ||||
|          DeprecationWarning, 2) | ||||
|          DeprecationWarning, 3) | ||||
|     exits = [] | ||||
|     vars = [] | ||||
|     exc = (None, None, None) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Raymond Hettinger
						Raymond Hettinger