mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
This commit is contained in:
		
							parent
							
								
									3b4b45bfe5
								
							
						
					
					
						commit
						2067bfdf25
					
				
					 56 changed files with 161 additions and 169 deletions
				
			
		|  | @ -347,7 +347,7 @@ def getdocloc(self, object): | |||
|         if (isinstance(object, type(os)) and | ||||
|             (object.__name__ in ('errno', 'exceptions', 'gc', 'imp', | ||||
|                                  'marshal', 'posix', 'signal', 'sys', | ||||
|                                  'thread', 'zipimport') or | ||||
|                                  '_thread', 'zipimport') or | ||||
|              (file.startswith(basedir) and | ||||
|               not file.startswith(os.path.join(basedir, 'site-packages'))))): | ||||
|             if docloc.startswith("http://"): | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Georg Brandl
						Georg Brandl