mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Swap ni and imp (so they are in the same order as their sections are).
This commit is contained in:
		
							parent
							
								
									34122fa99c
								
							
						
					
					
						commit
						c4452fd08f
					
				
					 2 changed files with 6 additions and 6 deletions
				
			
		|  | @ -37,12 +37,12 @@ environment.  Here's an overview: | |||
| --- Convert Python objects to streams of bytes and back (with | ||||
| different constraints). | ||||
| 
 | ||||
| \item[ni] | ||||
| --- New import (obsolete). | ||||
| 
 | ||||
| \item[imp] | ||||
| --- Access the implementation of the \code{import} statement. | ||||
| 
 | ||||
| \item[ni] | ||||
| --- New import (obsolete). | ||||
| 
 | ||||
| \item[parser] | ||||
| --- Retrieve and submit parse trees from and to the runtime support | ||||
| environment. | ||||
|  |  | |||
|  | @ -37,12 +37,12 @@ environment.  Here's an overview: | |||
| --- Convert Python objects to streams of bytes and back (with | ||||
| different constraints). | ||||
| 
 | ||||
| \item[ni] | ||||
| --- New import (obsolete). | ||||
| 
 | ||||
| \item[imp] | ||||
| --- Access the implementation of the \code{import} statement. | ||||
| 
 | ||||
| \item[ni] | ||||
| --- New import (obsolete). | ||||
| 
 | ||||
| \item[parser] | ||||
| --- Retrieve and submit parse trees from and to the runtime support | ||||
| environment. | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Guido van Rossum
						Guido van Rossum