* 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. (cherry picked from commit 5a88d50) Co-authored-by: Tim Graham <timograham@gmail.com>
|
@timgraham and @orsenthil: Status check is done, and it's a success ✅ . |
|
@timgraham and @orsenthil: Status check is done, and it's a success ✅ . |
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.
(cherry picked from commit 5a88d50)
Co-authored-by: Tim Graham timograham@gmail.com
https://bugs.python.org/issue27657