diff options
author | postmasters <namnguyen@google.com> | 2017-06-20 13:02:44 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2017-06-20 13:02:44 (GMT) |
commit | 90e01e50ef8a9e6c91f30d965563c378a4ad26de (patch) | |
tree | e467f98aa737fb5c517df080f25d7734d81a5d55 /Python/ceval_gil.h | |
parent | 5cc7ac24da10568d2a910a91a24183b904118cf8 (diff) | |
download | cpython-90e01e50ef8a9e6c91f30d965563c378a4ad26de.zip cpython-90e01e50ef8a9e6c91f30d965563c378a4ad26de.tar.gz cpython-90e01e50ef8a9e6c91f30d965563c378a4ad26de.tar.bz2 |
urllib: Simplify splithost by calling into urlparse. (#1849)
The current regex based splitting produces a wrong result. For example::
http://abc#@def
Web browsers parse that URL as ``http://abc/#@def``, that is, the host
is ``abc``, the path is ``/``, and the fragment is ``#@def``.
Diffstat (limited to 'Python/ceval_gil.h')
0 files changed, 0 insertions, 0 deletions