mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 19:34:08 +00:00 
			
		
		
		
	Correct the description of the 3.7 change in urllib.parse.quote (GH-17065)
`~` is now treated as an unreserved character (i.e. it doesn't get quoted), not a reserved one.
This commit is contained in:
		
							parent
							
								
									289cf0fbf7
								
							
						
					
					
						commit
						f49f6baa6b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -529,7 +529,7 @@ task isn't already covered by the URL parsing functions above.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   .. versionchanged:: 3.7
 | 
					   .. versionchanged:: 3.7
 | 
				
			||||||
      Moved from :rfc:`2396` to :rfc:`3986` for quoting URL strings. "~" is now
 | 
					      Moved from :rfc:`2396` to :rfc:`3986` for quoting URL strings. "~" is now
 | 
				
			||||||
      included in the set of reserved characters.
 | 
					      included in the set of unreserved characters.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   The optional *encoding* and *errors* parameters specify how to deal with
 | 
					   The optional *encoding* and *errors* parameters specify how to deal with
 | 
				
			||||||
   non-ASCII characters, as accepted by the :meth:`str.encode` method.
 | 
					   non-ASCII characters, as accepted by the :meth:`str.encode` method.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue