mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Get rid of last vestiges of BINARY_DIVIDE.
This commit is contained in:
		
							parent
							
								
									e4993c7ac7
								
							
						
					
					
						commit
						c6d210ca76
					
				
					 6 changed files with 3 additions and 29 deletions
				
			
		|  | @ -189,11 +189,6 @@ Implements \code{TOS = TOS1 ** TOS}. | |||
| Implements \code{TOS = TOS1 * TOS}. | ||||
| \end{opcodedesc} | ||||
| 
 | ||||
| \begin{opcodedesc}{BINARY_DIVIDE}{} | ||||
| Implements \code{TOS = TOS1 / TOS} when | ||||
| \code{from __future__ import division} is not in effect. | ||||
| \end{opcodedesc} | ||||
| 
 | ||||
| \begin{opcodedesc}{BINARY_FLOOR_DIVIDE}{} | ||||
| Implements \code{TOS = TOS1 // TOS}. | ||||
| \end{opcodedesc} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Neal Norwitz
						Neal Norwitz