bpo-27657: Fix urlparse() with numeric paths (#661)
* bpo-27657: Fix urlparse() with numeric paths Revert parsing decision from bpo-754016 in favor of the documented consensus in bpo-16932 of how to treat strings without a // to designate the netloc. * bpo-22891: Remove urlsplit() optimization for 'http' prefixed inputs.
T
Tim Graham committed
5a88d50ff013a64fbdb25b877c87644a9034c969
Parent: fbe3c76
Committed by Senthil Kumaran <skumaran@gatech.edu>
on 10/18/2019, 1:07:20 PM