mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	Remove specific mention of my name and email address from modules. Not really
needed and all bug reports should go to the bug tracker, not directly to me. Plus I am not the only person to have edited these files at this point.
This commit is contained in:
		
							parent
							
								
									07e1db317d
								
							
						
					
					
						commit
						9875ba4d4e
					
				
					 3 changed files with 2 additions and 13 deletions
				
			
		| 
						 | 
					@ -22,9 +22,6 @@
 | 
				
			||||||
except:
 | 
					except:
 | 
				
			||||||
    from dummy_thread import allocate_lock as _thread_allocate_lock
 | 
					    from dummy_thread import allocate_lock as _thread_allocate_lock
 | 
				
			||||||
 | 
					
 | 
				
			||||||
__author__ = "Brett Cannon"
 | 
					 | 
				
			||||||
__email__ = "brett@python.org"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
__all__ = ['strptime']
 | 
					__all__ = ['strptime']
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def _getlang():
 | 
					def _getlang():
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -11,11 +11,8 @@
 | 
				
			||||||
        import dummy_thread as thread
 | 
					        import dummy_thread as thread
 | 
				
			||||||
 | 
					
 | 
				
			||||||
"""
 | 
					"""
 | 
				
			||||||
__author__ = "Brett Cannon"
 | 
					# Exports only things specified by thread documentation;
 | 
				
			||||||
__email__ = "brett@python.org"
 | 
					# skipping obsolete synonyms allocate(), start_new(), exit_thread().
 | 
				
			||||||
 | 
					 | 
				
			||||||
# Exports only things specified by thread documentation
 | 
					 | 
				
			||||||
# (skipping obsolete synonyms allocate(), start_new(), exit_thread())
 | 
					 | 
				
			||||||
__all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock',
 | 
					__all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock',
 | 
				
			||||||
           'interrupt_main', 'LockType']
 | 
					           'interrupt_main', 'LockType']
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -5,11 +5,6 @@
 | 
				
			||||||
directly imported it would have made all subsequent imports succeed
 | 
					directly imported it would have made all subsequent imports succeed
 | 
				
			||||||
regardless of whether ``thread`` was available which is not desired.
 | 
					regardless of whether ``thread`` was available which is not desired.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
:Author: Brett Cannon
 | 
					 | 
				
			||||||
:Contact: brett@python.org
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
XXX: Try to get rid of ``_dummy_threading``.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
"""
 | 
					"""
 | 
				
			||||||
from sys import modules as sys_modules
 | 
					from sys import modules as sys_modules
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue