mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Issue 3190: pydoc now hides module __package__ attributes
This commit is contained in:
		
							parent
							
								
									70c3289085
								
							
						
					
					
						commit
						c060b0e7eb
					
				
					 3 changed files with 6 additions and 4 deletions
				
			
		|  | @ -57,7 +57,6 @@ class B(__builtin__.object) | |||
| DATA | ||||
|     __author__ = 'Benjamin Peterson' | ||||
|     __credits__ = 'Nobody' | ||||
|     __package__ = None | ||||
|     __version__ = '1.2.3.4' | ||||
| 
 | ||||
| VERSION | ||||
|  | @ -146,7 +145,6 @@ class B(__builtin__.object) | |||
| <tr><td bgcolor="#55aa55"><tt>      </tt></td><td> </td> | ||||
| <td width="100%%"><strong>__author__</strong> = 'Benjamin Peterson'<br> | ||||
| <strong>__credits__</strong> = 'Nobody'<br> | ||||
| <strong>__package__</strong> = None<br> | ||||
| <strong>__version__</strong> = '1.2.3.4'</td></tr></table><p> | ||||
| <table width="100%%" cellspacing=0 cellpadding=2 border=0 summary="section"> | ||||
| <tr bgcolor="#7799ee"> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Nick Coghlan
						Nick Coghlan