This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jayaddison
Recipients Claudiu.Popa, Joshua.Johnston, ezio.melotti, jayaddison, orsenthil, piotr.dobrogost, r.david.murray
Date 2020-05-06.21:47:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588801656.85.0.606657575701.issue18857@roundup.psfhosted.org>
In-reply-to
Content
The pair of pull requests below implement None-preserving urlencode and parse_qs* via a default-disabled flag 'standalone_keys'.

- https://bugs.python.org/pull_request19259
- https://bugs.python.org/pull_request19264

(they're also already linked with this issue, thanks to the neat GitHub/BPO integration)

A benefit of the proposed serialization changes is that developers can opt-in to a scheme in which "{'a': None}" and "{'a': ''}" do not collide to the same encoded representation.

Would it be possible to re-open this issue for discussion?
History
Date User Action Args
2020-05-06 21:47:36jayaddisonsetrecipients: + jayaddison, orsenthil, ezio.melotti, r.david.murray, Claudiu.Popa, piotr.dobrogost, Joshua.Johnston
2020-05-06 21:47:36jayaddisonsetmessageid: <1588801656.85.0.606657575701.issue18857@roundup.psfhosted.org>
2020-05-06 21:47:36jayaddisonlinkissue18857 messages
2020-05-06 21:47:36jayaddisoncreate