mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 03:44:55 +00:00 
			
		
		
		
	Merge with 3.4
This commit is contained in:
		
						commit
						bd44ce8ead
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1117,7 +1117,7 @@ Comparison of objects of the same type depends on the type:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Sets and frozensets define comparison operators to mean subset and superset
 | 
					* Sets and frozensets define comparison operators to mean subset and superset
 | 
				
			||||||
  tests.  Those relations do not define total orderings (the two sets ``{1,2}``
 | 
					  tests.  Those relations do not define total orderings (the two sets ``{1,2}``
 | 
				
			||||||
  and {2,3} are not equal, nor subsets of one another, nor supersets of one
 | 
					  and ``{2,3}`` are not equal, nor subsets of one another, nor supersets of one
 | 
				
			||||||
  another).  Accordingly, sets are not appropriate arguments for functions
 | 
					  another).  Accordingly, sets are not appropriate arguments for functions
 | 
				
			||||||
  which depend on total ordering.  For example, :func:`min`, :func:`max`, and
 | 
					  which depend on total ordering.  For example, :func:`min`, :func:`max`, and
 | 
				
			||||||
  :func:`sorted` produce undefined results given a list of sets as inputs.
 | 
					  :func:`sorted` produce undefined results given a list of sets as inputs.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue