Issue 10192: 'from urllib.parse import *' does not import urlencode function (original) (raw)
Issue10192
Created on 2010-10-25 16:26 by hhas, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Messages (2) | ||
---|---|---|
msg119558 - (view) | Author: (hhas) | Date: 2010-10-25 16:26 |
Problem: The following statement fails to import the public urlencode function into the current namespace: from urllib.parse import * Solution: Add 'urlencode' to urllib.parse.__all__. | ||
msg119560 - (view) | Author: Senthil Kumaran (orsenthil) * ![]() |
Date: 2010-10-25 16:36 |
Fixed in revision 85837. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:07 | admin | set | github: 54401 |
2010-10-25 16:37:00 | orsenthil | set | status: open -> closedassignee: orsenthilnosy: + orsenthilmessages: + resolution: fixedstage: resolved |
2010-10-25 16:26:04 | hhas | create |