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 2009-03-10 14:45 by dmahn, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Files | ||||
---|---|---|---|---|
File name | Uploaded | Description | Edit | |
new_urlencode.py | dmahn, 2009-03-10 14:45 | Updated urlencode() function with doctest | ||
new_urlencode_tests.py | dmahn, 2009-03-10 22:20 | Additional urlencode() tests for use in test_urllib.py |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:46 | admin | set | github: 49718 |
2010-07-03 17:59:30 | orsenthil | set | status: open -> closed title: urlencode does not handle "bytes", and could easily handle alternate encodings -> urlencode does not handle "bytes" and could easily handle alternate encodings messages: + msg109187 resolution: accepted -> fixed stage: patch review -> resolved |
2010-07-02 11:45:25 | orsenthil | set | assignee: jhylton -> orsenthil messages: + msg109101 nosy: + orsenthil |
2010-06-21 17:23:23 | terry.reedy | set | versions:
- Python 3.0, Python 3.1 nosy: + terry.reedy messages: + msg108290 stage: patch review |
2009-09-01 03:00:12 | milesck | set | files: - withdrawn |
2009-08-28 09:38:20 | milesck | set | files:
+ withdrawn keywords: + patch messages: + msg92029 versions: + Python 3.2 |
2009-06-15 21:50:51 | milesck | set | nosy:
+ milesck messages: + msg89416 |
2009-03-27 21:29:10 | ezio.melotti | set | nosy:
+ ezio.melotti |
2009-03-27 14:50:56 | jhylton | set | assignee: jhylton resolution: accepted messages: + msg84260 |
2009-03-26 22:27:22 | dmahn | set | messages:
+ msg84228 title: urlencode does not handle "bytes", and could easily handle alternate encodings -> urlencode does not handle "bytes", and could easily handle alternate encodings |
2009-03-26 20:57:50 | jhylton | set | nosy:
+ jhylton messages: + msg84216 |
2009-03-10 22:20:12 | dmahn | set | files:
+ new_urlencode_tests.py messages: + msg83448 |
2009-03-10 14:45:14 | dmahn | create |