added 2 commits
February 16, 2017 12:36
This is a fix for bug #1665241, as the original fix for #399249 in 0b14af5 should not apply to option values, which are supposed to be passed through as-is.
ashkulz deleted the fix-select-option-values branch
February 17, 2017 09:08Merged
nozayasu pushed a commit to nozayasu/scrapy that referenced this pull request
Mar 2, 2017This can make the spider fail due to incorrect values being posted server-side, which is extremely hard to debug because it is easy to miss leading/trailing whitespace, even with a logging proxy. The fix was merged for lxml 3.8 in lxml/lxml#228 so document that as well.