Mike Fährmann 6d8b191ea7
improve 'parse_query()' and add tests
- another irrelevant micro-optimization !
- use urllib.parse.parse_qsl directly instead of parse_qs, which
  just packs the results of parse_qsl in a different data structure
- reduced memory requirements since no additional dict and lists are
  created
2018-04-13 19:21:32 +02:00
..
2017-06-30 15:21:04 +02:00
2017-10-26 00:04:28 +02:00
2018-04-06 15:30:09 +02:00
2018-03-08 18:06:39 +01:00
2018-02-19 18:45:06 +01:00
2018-04-13 19:21:32 +02:00
2018-04-07 15:54:30 +02:00