mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	[3.9] Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27480)
(cherry picked from commit be42c06bb0)
Co-authored-by: Noah Kantrowitz <noah@coderanger.net>
			
			
This commit is contained in:
		
							parent
							
								
									a603aa472a
								
							
						
					
					
						commit
						168879e366
					
				
					 39 changed files with 58 additions and 58 deletions
				
			
		|  | @ -491,7 +491,7 @@ def lru_cache(maxsize=128, typed=False): | |||
|     with f.cache_info().  Clear the cache and statistics with f.cache_clear(). | ||||
|     Access the underlying function with f.__wrapped__. | ||||
| 
 | ||||
|     See:  http://en.wikipedia.org/wiki/Cache_replacement_policies#Least_recently_used_(LRU) | ||||
|     See:  https://en.wikipedia.org/wiki/Cache_replacement_policies#Least_recently_used_(LRU) | ||||
| 
 | ||||
|     """ | ||||
| 
 | ||||
|  | @ -659,7 +659,7 @@ def cache(user_function, /): | |||
| def _c3_merge(sequences): | ||||
|     """Merges MROs in *sequences* to a single MRO using the C3 algorithm. | ||||
| 
 | ||||
|     Adapted from http://www.python.org/download/releases/2.3/mro/. | ||||
|     Adapted from https://www.python.org/download/releases/2.3/mro/. | ||||
| 
 | ||||
|     """ | ||||
|     result = [] | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Łukasz Langa
						Łukasz Langa