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 martin.panter
Recipients martin.panter, orsenthil, serhiy.storchaka
Date 2015-02-28.21:45:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425159939.85.0.95079312643.issue23411@psf.upfronthosting.co.za>
In-reply-to
Content
For what it’s worth, I have used the the SplitResult class directly to build URLs from components, and to get at the hostname:port parsing functionality, as described in Issue 23416. As well as pydoc, I notice when things are missing from __all__ when I try to do “from <module> import *” to experiment in the interactive interpreter. Though I’m not fussed if this only goes into 3.5.
History
Date User Action Args
2015-02-28 21:45:39martin.pantersetrecipients: + martin.panter, orsenthil, serhiy.storchaka
2015-02-28 21:45:39martin.pantersetmessageid: <1425159939.85.0.95079312643.issue23411@psf.upfronthosting.co.za>
2015-02-28 21:45:39martin.panterlinkissue23411 messages
2015-02-28 21:45:39martin.pantercreate