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.
Created on 2012年08月08日 19:47 by Rob.Kinyon, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| Issue-15593.patch | qwertyface, 2012年09月28日 13:24 | |||
| Messages (4) | |||
|---|---|---|---|
| msg167707 - (view) | Author: Rob Kinyon (Rob.Kinyon) | Date: 2012年08月08日 19:47 | |
This may appear to be a duplicate of http://bugs.python.org/issue12390 and http://bugs.python.org/issue833405, but it's not. The documentation of urlparse.parse_qs() should state that in order for urllib.urlencode to properly reverse its output, the doseq parameter must be set to True. Please amend the documentation to make this very clear. Ideally, the documentation of urlencode() would also make it clear that doseq=True is required if the output is from parse_qs(). |
|||
| msg171457 - (view) | Author: Peter Russell (qwertyface) | Date: 2012年09月28日 13:24 | |
Attached is a patch which adds a reference to the doseq parameter to urlencode to the documentation for parse_qs |
|||
| msg171464 - (view) | Author: Michael Foord (michael.foord) * (Python committer) | Date: 2012年09月28日 13:39 | |
UTF-16 patches are relatively unusual... |
|||
| msg171466 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年09月28日 13:40 | |
New changeset 8590e9b05069 by Michael Foord in branch 'default': urllib.parse.urlencode doc updarte. http://hg.python.org/cpython/rev/8590e9b05069 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:34 | admin | set | github: 59798 |
| 2012年09月28日 13:40:59 | python-dev | set | status: open -> closed nosy: + python-dev messages: + msg171466 resolution: fixed stage: resolved |
| 2012年09月28日 13:39:05 | michael.foord | set | nosy:
+ michael.foord messages: + msg171464 |
| 2012年09月28日 13:24:54 | qwertyface | set | files:
+ Issue-15593.patch nosy: + qwertyface messages: + msg171457 keywords: + patch |
| 2012年08月11日 21:12:54 | orsenthil | set | nosy:
+ orsenthil |
| 2012年08月08日 19:47:50 | Rob.Kinyon | create | |