From 12a3f1f4cfa7f88478dc1b0e949fcc095b9fc804 Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Thu, 30 Apr 2015 16:42:17 -0700 Subject: Replace cgi.parse_qsl w/ six.moves.urllib.parse.parse_sql because `cgi.parse_qsl` is deprecated, according to https://docs.python.org/2/library/cgi.html#cgi.parse_qsl --- tests/urlparser_data/find_file/dir with spaces/test 4.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/urlparser_data/find_file/dir with spaces/test 4.html (limited to 'tests/urlparser_data/find_file/dir with spaces/test 4.html') diff --git a/tests/urlparser_data/find_file/dir with spaces/test 4.html b/tests/urlparser_data/find_file/dir with spaces/test 4.html new file mode 100644 index 0000000..1121e31 --- /dev/null +++ b/tests/urlparser_data/find_file/dir with spaces/test 4.html @@ -0,0 +1 @@ +test 4 -- cgit v1.2.1