New submission from hhas <h...@users.sourceforge.net>: 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__. ---------- components: Library (Lib) messages: 119558 nosy: hhas priority: normal severity: normal status: open title: 'from urllib.parse import *' does not import urlencode function type: behavior versions: Python 3.1 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue10192> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com