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 serhiy.storchaka
Recipients govindsmenokee, serhiy.storchaka
Date 2017-08-02.11:38:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501673898.19.0.28189297775.issue31104@psf.upfronthosting.co.za>
In-reply-to
Content
Is the string 'https://google.com' an URL or a path? If it is a path, posixpath.normpath() correctly collapses duplicated slashes. If it is an URL, using posixpath.normpath() is not correct.
History
Date User Action Args
2017-08-02 11:38:18serhiy.storchakasetrecipients: + serhiy.storchaka, govindsmenokee
2017-08-02 11:38:18serhiy.storchakasetmessageid: <1501673898.19.0.28189297775.issue31104@psf.upfronthosting.co.za>
2017-08-02 11:38:18serhiy.storchakalinkissue31104 messages
2017-08-02 11:38:18serhiy.storchakacreate