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 <rep...@bugs.python.org>
<http://bugs.python.org/issue31104>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to