New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scrapy.FormRequest.from_response
observed to eliminate duplicate keys in formdata
#3247
Milestone
Comments
Related code: scrapy/scrapy/http/request/form.py Line 117 in dd06441
|
I'll take a look if no one's jumped on it yet. |
CCInCharge
added a commit
to CCInCharge/scrapy
that referenced
this issue
Jun 7, 2018
…dle duplicate keys
CCInCharge
added a commit
to CCInCharge/scrapy
that referenced
this issue
Jun 7, 2018
…dle duplicate keys
CCInCharge
added a commit
to CCInCharge/scrapy
that referenced
this issue
Jun 8, 2018
…dle duplicate keys
CCInCharge
added a commit
to CCInCharge/scrapy
that referenced
this issue
Jul 25, 2018
…dle duplicate keys
CCInCharge
added a commit
to CCInCharge/scrapy
that referenced
this issue
Jul 26, 2018
…dle duplicate keys
dangra
added a commit
that referenced
this issue
Aug 2, 2018
Fix #3247: Allow scrapy.FormRequest.from_response method to handle duplicate keys
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This looks good:
While here is the issue:
(Tested with
Scrapy 1.5.0
andPython 3.6.5
)The text was updated successfully, but these errors were encountered: