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.

Author hhas
Recipients hhas
Date 2010-10-25.16:26:04
SpamBayes Score 0.04816134
Marked as misclassified No
Message-id <1288023979.78.0.403326103088.issue10192@psf.upfronthosting.co.za>
In-reply-to
Content
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__.
History
Date User Action Args
2010-10-25 16:26:19hhassetrecipients: + hhas
2010-10-25 16:26:19hhassetmessageid: <1288023979.78.0.403326103088.issue10192@psf.upfronthosting.co.za>
2010-10-25 16:26:04hhaslinkissue10192 messages
2010-10-25 16:26:04hhascreate