mirror of
https://github.com/python/cpython.git
synced 2026-05-13 07:59:04 -04:00
90e01e50ef
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``.