diff options
Diffstat (limited to 'Lib/test/test_urlparse.py')
| -rw-r--r-- | Lib/test/test_urlparse.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_urlparse.py b/Lib/test/test_urlparse.py index b39f83b..bf9e317 100644 --- a/Lib/test/test_urlparse.py +++ b/Lib/test/test_urlparse.py @@ -255,7 +255,7 @@ class UrlParseTestCase(unittest.TestCase):          self.assertEqual(p.geturl(), url)          # Addressing issue1698, which suggests Username can contain -        # "@" characters.  Though not RFC complaint, many ftp sites allow +        # "@" characters.  Though not RFC compliant, many ftp sites allow          # and request email addresses as usernames.          url = "http://User@example.com:Pass@www.python.org:080/doc/?query=yes#frag"  | 
