Commit 87631ce
Fix deprecation warnings for cgi.parse_qs() and cgi.parse_qsl()
supervisor/tests/test_web.py::UIHandlerTests::test_handle_request_tail_html
/home/travis/build/Supervisor/supervisor/supervisor/web.py:623: PendingDeprecationWarning: cgi.parse_qs is deprecated, use urlparse.parse_qs instead
query_data = parse_qs(query)
supervisor/tests/test_web.py::UIHandlerTests::test_handle_request_tail_html
/home/travis/build/Supervisor/supervisor/supervisor/web.py:622: PendingDeprecationWarning: cgi.parse_qsl is deprecated, use urlparse.parse_qsl instead
form_urlencoded = parse_qsl(data)
(cherry picked from commit 9cfa816)1 parent 184087d commit 87631ce
2 files changed
Lines changed: 5 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
| 111 | + | |
122 | 112 | | |
123 | 113 | | |
124 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 11 | | |
| 12 | + | |
| 13 | + | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
611 | 610 | | |
612 | 611 | | |
613 | 612 | | |
614 | | - | |
615 | | - | |
| 613 | + | |
| 614 | + | |
616 | 615 | | |
617 | 616 | | |
618 | 617 | | |
| |||
0 commit comments