mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 18:28:49 +00:00 
			
		
		
		
	- Issue #17977: The documentation for the cadefault argument's default value
in urllib.request.urlopen() is fixed to match the code.
This commit is contained in:
		
						commit
						b710d7e4c3
					
				
					 2 changed files with 4 additions and 1 deletions
				
			
		|  | @ -16,7 +16,7 @@ authentication, redirections, cookies and more. | |||
| The :mod:`urllib.request` module defines the following functions: | ||||
| 
 | ||||
| 
 | ||||
| .. function:: urlopen(url, data=None[, timeout], *, cafile=None, capath=None, cadefault=True) | ||||
| .. function:: urlopen(url, data=None[, timeout], *, cafile=None, capath=None, cadefault=False) | ||||
| 
 | ||||
|    Open the URL *url*, which can be either a string or a | ||||
|    :class:`Request` object. | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Barry Warsaw
						Barry Warsaw