mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	Excise the sets module. SF #1500611 by Collin Winter.
This commit is contained in:
		
							parent
							
								
									902d6ebddd
								
							
						
					
					
						commit
						33552e92fe
					
				
					 9 changed files with 5 additions and 1713 deletions
				
			
		|  | @ -1334,16 +1334,6 @@ Note, the non-operator versions of the \method{update()}, | |||
| \method{intersection_update()}, \method{difference_update()}, and | ||||
| \method{symmetric_difference_update()} methods will accept any iterable | ||||
| as an argument. | ||||
| 
 | ||||
| The design of the set types was based on lessons learned from the | ||||
| \module{sets} module. | ||||
|       | ||||
| \begin{seealso}      | ||||
|   \seelink{comparison-to-builtin-set.html} | ||||
|           {Comparison to the built-in set types} | ||||
|           {Differences between the \module{sets} module and the | ||||
|            built-in set types.}					       | ||||
| \end{seealso} | ||||
|       | ||||
| 
 | ||||
| \section{Mapping Types --- \class{dict} \label{typesmapping}} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Guido van Rossum
						Guido van Rossum