mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	
						commit
						091bf53287
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -239,7 +239,7 @@ def test_vsBuiltinSort(self, n=500): | |||
|                 else: | ||||
|                     f = self.module.insort_right | ||||
|                 f(insorted, digit) | ||||
|         self.assertEqual(sorted(insorted), insorted) | ||||
|             self.assertEqual(sorted(insorted), insorted) | ||||
| 
 | ||||
|     def test_backcompatibility(self): | ||||
|         self.assertEqual(self.module.insort, self.module.insort_right) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andrew Svetlov
						Andrew Svetlov