mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 02:15:10 +00:00 
			
		
		
		
	 40714af071
			
		
	
	
		40714af071
		
	
	
	
	
		
			
			svn+ssh://pythondev@svn.python.org/python/trunk ........ r75283 | mark.dickinson | 2009-10-08 16:54:10 +0100 (Thu, 08 Oct 2009) | 4 lines Issue #7078: _struct.__doc__ was being ignored. Import it into struct. Also add description of '?' struct format character. Thanks Gabriel Genellina for the patch. ........
		
			
				
	
	
		
			3 lines
		
	
	
	
		
			82 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			82 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| from _struct import *
 | |
| from _struct import _clearcache
 | |
| from _struct import __doc__
 |