[Python-Dev] Adding a maximum element count to parse_qs? (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Sun Feb 12 21:44:22 CET 2012
- Previous message: [Python-Dev] Adding a maximum element count to parse_qs?
- Next message: [Python-Dev] Adding a maximum element count to parse_qs?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Given the randomization fix will ship disabled, I thought it would be nice to add a maximum element count argument to urlparse.parseqs, with a default value of e.g. 1000 (including in bugfix releases). What do you think?
It's an API change, so it is a) in violation with current practice for bug fix releases, and b) of limited use for existing installations which won't use the API.
Regards, Martin
- Previous message: [Python-Dev] Adding a maximum element count to parse_qs?
- Next message: [Python-Dev] Adding a maximum element count to parse_qs?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]