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 pitrou, serhiy.storchaka
Date 2013-12-04.20:46:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386190005.89.0.0350896340322.issue19887@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a script which success with os.path.realpath(), but fails with pathlib.Path.resolve(). The `readlink -f` also success with these examples.
History
Date User Action Args
2013-12-04 20:46:45serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou
2013-12-04 20:46:45serhiy.storchakasetmessageid: <1386190005.89.0.0350896340322.issue19887@psf.upfronthosting.co.za>
2013-12-04 20:46:45serhiy.storchakalinkissue19887 messages
2013-12-04 20:46:45serhiy.storchakacreate