New submission from Serhiy Storchaka: Here is a script which success with os.path.realpath(), but fails with pathlib.Path.resolve(). The `readlink -f` also success with these examples.
---------- components: Library (Lib) files: pathlib_resolve_test.py messages: 205245 nosy: pitrou, serhiy.storchaka priority: normal severity: normal status: open title: Path.resolve() fails on deep symlinks type: behavior versions: Python 3.4 Added file: http://bugs.python.org/file32974/pathlib_resolve_test.py _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue19887> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com