mirror of
				https://github.com/python/cpython.git
				synced 2025-11-01 06:01:29 +00:00 
			
		
		
		
	Minor cleanliness.
This commit is contained in:
		
							parent
							
								
									0a2eb138e7
								
							
						
					
					
						commit
						10ad52e8af
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		|  | @ -58,12 +58,15 @@ sub do_cmd_varvars{ | |||
|     $_; | ||||
| } | ||||
| 
 | ||||
| sub do_cmd_pytype{ | ||||
| sub use_current{ | ||||
|     local($_) = @_; | ||||
|     s|$next_pair_pr_rx|\2|; | ||||
|     $_; | ||||
| } | ||||
| 
 | ||||
| sub do_cmd_pytype{ use_current(); } | ||||
| sub do_cmd_makevar{ use_current(); } | ||||
| 
 | ||||
| # Logical formatting (some based on texinfo), needs to be converted to | ||||
| # minimalist HTML.  The "minimalist" is primarily to reduce the size of | ||||
| # output files for users that read them over the network rather than | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Fred Drake
						Fred Drake