Commit a1fb6717 authored by Senthil Kumaran's avatar Senthil Kumaran

# 1722 - Add a note on urllib helper functions like splittype, splithost etc.

parent 71c1cff8
......@@ -280,6 +280,13 @@ Utility functions
find it, looks for proxy information from Mac OSX System Configuration for
Mac OS X and Windows Systems Registry for Windows.
.. note::
urllib also exposes certain utility functions like splittype, splithost and
others parsing url into various components. But it is recommended to use
:mod:`urlparse` for parsing urls than using these functions directly.
Python 3 does not expose these helper functions from :mod:`urllib.parse`
module.
URL Opener objects
------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment