mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 03:44:55 +00:00 
			
		
		
		
	Fix typo and mark-up; shorten text
This commit is contained in:
		
							parent
							
								
									670875644b
								
							
						
					
					
						commit
						2ce1d47e1e
					
				
					 1 changed files with 3 additions and 5 deletions
				
			
		| 
						 | 
					@ -306,11 +306,9 @@ Changes to Python's build process and to the C API include:
 | 
				
			||||||
  objN)}, constructs tuples from a variable length argument list of
 | 
					  objN)}, constructs tuples from a variable length argument list of
 | 
				
			||||||
  Python objects.
 | 
					  Python objects.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  \item A new function, \function{PyDict_Contains(d, k)}, implements
 | 
					  \item A new function, \cfunction{PyDict_Contains(d, k)}, implements
 | 
				
			||||||
  fast dictionary lookups without masking exceptions raised during
 | 
					  fast dictionary lookups without masking exceptions raised during the
 | 
				
			||||||
  the loop-up process (compare with \function{PySequence_Contains()}
 | 
					  look-up process.
 | 
				
			||||||
  which is slower or \function{PyMapping_HasKey()} which clears all
 | 
					 | 
				
			||||||
  exceptions).
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
\end{itemize}
 | 
					\end{itemize}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue