This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author govindsmenokee
Recipients govindsmenokee
Date 2017-08-02.11:15:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501672514.41.0.656733898718.issue31104@psf.upfronthosting.co.za>
In-reply-to
Content
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'
History
Date User Action Args
2017-08-02 11:15:14govindsmenokeesetrecipients: + govindsmenokee
2017-08-02 11:15:14govindsmenokeesetmessageid: <1501672514.41.0.656733898718.issue31104@psf.upfronthosting.co.za>
2017-08-02 11:15:14govindsmenokeelinkissue31104 messages
2017-08-02 11:15:14govindsmenokeecreate