[issue31104] posixpath.normpath truncating forward slashes from URL

Govind S Menokee report at bugs.python.org
Wed Aug 2 07:15:14 EDT 2017


New submission from Govind S Menokee:

Handle unwanted truncation of forward slash in case of URL input for normpath function.
For Example - path = 'https://google.com'
The current output of normpath function would be - 'https:/google.com'
After changes the output would be - 'https://google.com'

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue31104>
_______________________________________


More information about the Python-bugs-list mailing list