Changes by Govind S Menokee :
--
pull_requests: +3024
___
Python tracker
<http://bugs.python.org/issue31104>
___
___
Python-bugs-list mailing list
Unsubscribe:
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 -
Changes by Govind S Menokee :
--
components: Library (Lib)
nosy: govindsmenokee
priority: normal
severity: normal
status: open
title: posixpath.normpath truncating forward slashes from URL
type: behavior
versions: Python 2.7
___
Python tracker
<h