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:15:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628180108.46.0.518546871425.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:15:08manish.satwanisetrecipients: + manish.satwani
2021-08-05 16:15:08manish.satwanisetmessageid: <1628180108.46.0.518546871425.issue44842@roundup.psfhosted.org>
2021-08-05 16:15:08manish.satwanilinkissue44842 messages
2021-08-05 16:15:08manish.satwanicreate