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 vinay.sajip
Recipients docs@python, orsenthil, sandro.tosi, techtonik, vinay.sajip
Date 2012-10-12.10:52:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350039170.36.0.947638013741.issue11009@psf.upfronthosting.co.za>
In-reply-to
Content
Note that at least splituser is being used outside the stdlib: packaging
(which was intended to be part of the stdlib) used it, and hence so do
distutils2 and distlib (by sharing parts of their codebases). Of course these last two are outside the stdlib.

Similar functions are reimplemented outside the stdlib (e.g. see parse_credentials in pip.download).

If the only reason for not exposing these is documentation clutter, surely there are approaches to minimise this. If the reason is that future implementations may change or remove them, that should be clarified. But since the basics of an url are unlikely to change, I don't see why these functions might be removed in the future.
History
Date User Action Args
2012-10-12 10:52:50vinay.sajipsetrecipients: + vinay.sajip, orsenthil, techtonik, sandro.tosi, docs@python
2012-10-12 10:52:50vinay.sajipsetmessageid: <1350039170.36.0.947638013741.issue11009@psf.upfronthosting.co.za>
2012-10-12 10:52:50vinay.sajiplinkissue11009 messages
2012-10-12 10:52:50vinay.sajipcreate