[New-bugs-announce] [issue19887] Path.resolve() fails on deep symlinks

Serhiy Storchaka report at bugs.python.org
Wed Dec 4 21:46:45 CET 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue19887>
_______________________________________


More information about the New-bugs-announce mailing list