mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 19:34:08 +00:00 
			
		
		
		
	#9724: add nonlocal to pydoc topics.
This commit is contained in:
		
							parent
							
								
									5a96b5241f
								
							
						
					
					
						commit
						74abf6f873
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1552,12 +1552,13 @@ class Helper:
 | 
			
		|||
        'finally': 'try',
 | 
			
		||||
        'for': ('for', 'break continue while'),
 | 
			
		||||
        'from': 'import',
 | 
			
		||||
        'global': ('global', 'NAMESPACES'),
 | 
			
		||||
        'global': ('global', 'nonlocal NAMESPACES'),
 | 
			
		||||
        'if': ('if', 'TRUTHVALUE'),
 | 
			
		||||
        'import': ('import', 'MODULES'),
 | 
			
		||||
        'in': ('in', 'SEQUENCEMETHODS'),
 | 
			
		||||
        'is': 'COMPARISON',
 | 
			
		||||
        'lambda': ('lambda', 'FUNCTIONS'),
 | 
			
		||||
        'nonlocal': ('nonlocal', 'global NAMESPACES'),
 | 
			
		||||
        'not': 'BOOLEAN',
 | 
			
		||||
        'or': 'BOOLEAN',
 | 
			
		||||
        'pass': ('pass', ''),
 | 
			
		||||
| 
						 | 
				
			
			@ -1652,7 +1653,7 @@ class Helper:
 | 
			
		|||
        'NUMBERMETHODS': ('numeric-types', 'NUMBERS AUGMENTEDASSIGNMENT '
 | 
			
		||||
                          'SPECIALMETHODS'),
 | 
			
		||||
        'EXECUTION': ('execmodel', 'NAMESPACES DYNAMICFEATURES EXCEPTIONS'),
 | 
			
		||||
        'NAMESPACES': ('naming', 'global ASSIGNMENT DELETION DYNAMICFEATURES'),
 | 
			
		||||
        'NAMESPACES': ('naming', 'global nonlocal ASSIGNMENT DELETION DYNAMICFEATURES'),
 | 
			
		||||
        'DYNAMICFEATURES': ('dynamic-features', ''),
 | 
			
		||||
        'SCOPING': 'NAMESPACES',
 | 
			
		||||
        'FRAMES': 'NAMESPACES',
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue