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 manish.satwani
Recipients manish.satwani
Date 2021-08-05.16:16:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628180166.57.0.940247161765.issue44842@roundup.psfhosted.org>
In-reply-to
Content
import pathlib
p = pathlib.Path('adl://myblob.azuredatalakestore.net/local/abc/xyz')
s = str(p)
print(s)
what you expect s to be??
There is a bug in path.Path.str(conversion to string) and it remove a slash
s is 'adl:/myblob.azuredatalakestore.net/local/abc/xyz' <-- this is getting print....plz fix it
History
Date User Action Args
2021-08-05 16:16:06manish.satwanisetrecipients: + manish.satwani
2021-08-05 16:16:06manish.satwanisetmessageid: <1628180166.57.0.940247161765.issue44842@roundup.psfhosted.org>
2021-08-05 16:16:06manish.satwanilinkissue44842 messages
2021-08-05 16:16:06manish.satwanicreate