mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 13:11:29 +00:00 
			
		
		
		
	Patch #1601678: move intern() to sys.intern().
This commit is contained in:
		
							parent
							
								
									376446dd4e
								
							
						
					
					
						commit
						66a796e5ab
					
				
					 12 changed files with 81 additions and 73 deletions
				
			
		|  | @ -382,7 +382,7 @@ support for features needed by `python-mode'.") | |||
| 			  "delattr" "dict" "dir" "divmod" | ||||
| 			  "enumerate" "eval" "execfile" "exit" "file" | ||||
| 			  "filter" "float" "getattr" "globals" "hasattr" | ||||
| 			  "hash" "hex" "id" "int" "intern" | ||||
| 			  "hash" "hex" "id" "int" | ||||
| 			  "isinstance" "issubclass" "iter" "len" "license" | ||||
| 			  "list" "locals" "long" "map" "max" "min" "object" | ||||
| 			  "oct" "open" "ord" "pow" "property" "range" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Georg Brandl
						Georg Brandl