mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	clean up a comment
This commit is contained in:
		
							parent
							
								
									1b50fd7cb3
								
							
						
					
					
						commit
						f7476c4d46
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -255,8 +255,8 @@ def test_urlsplit_attributes(self): | |||
|         self.assertEqual(p.geturl(), url) | ||||
| 
 | ||||
|         # Addressing issue1698, which suggests Username can contain | ||||
|         # "@" character. Though not RFC complaint, many ftp sites allow | ||||
|         # and requests email ids as usernames. | ||||
|         # "@" characters.  Though not RFC complaint, many ftp sites allow | ||||
|         # and request email addresses as usernames. | ||||
| 
 | ||||
|         url = "http://User@example.com:Pass@www.python.org:080/doc/?query=yes#frag" | ||||
|         p = urlparse.urlsplit(url) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Fred Drake
						Fred Drake