We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5021430 commit d528f19Copy full SHA for d528f19
Lib/test/test_urlparse.py
@@ -3,7 +3,7 @@
3
import unittest
4
import urllib.parse
5
from test import support
6
-from strings import ascii_letters, digits
+from string import ascii_letters, digits
7
8
RFC1808_BASE = "http://a/b/c/d;p?q#f"
9
RFC2396_BASE = "http://a/b/c/d;p?q"
0 commit comments