scrapy/http/request/form.py
changed.
Showing 1 of 1 files from the diff.
@@ -71,7 +71,7 @@
Loading
71 | 71 | values = [(to_bytes(k, enc), to_bytes(v, enc)) |
|
72 | 72 | for k, vs in seq |
|
73 | 73 | for v in (vs if is_listlike(vs) else [vs])] |
|
74 | - | return urlencode(values, doseq=1) |
|
74 | + | return urlencode(values, doseq=True) |
|
75 | 75 | ||
76 | 76 | ||
77 | 77 | def _get_form(response, formname, formid, formnumber, formxpath): |
Files | Coverage |
---|---|
scrapy | 88.02% |
Project Totals (158 files) | 88.02% |
472492468
472492468
472492468
472492468
472492469
472492468
472492469
472492468
472492469
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.