Enhance parsing of Accept-Language quality values
Parse HTTP syntax correctly:
Accept-Language: en-US ; foo=bar; q=2.0 was not possible and is now possible.
Thanks for your contribution! Can you add a simple test case for this functionality to web_test.py?
@bdarnell Added a test case with all tests passing.
Accept-language parsing was improved in #3068 so I think this PR is no longer needed; if there was something here that's not covered by that PR feel free to open a new one.
no, this is an additional MR on top of #3068 - and already rebased up on it. please reopen.
Ah, OK. In that case my comment about the deeply-nested generator expression inside a for loop expression still stands.