]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19887: Improve the Path.resolve() algorithm to support certain symlink chains.
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 16 Dec 2013 18:57:41 +0000 (19:57 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 16 Dec 2013 18:57:41 +0000 (19:57 +0100)
commitc274fd22edd2471b4f73f5cc690851cfbc716589
tree3dc529eb9aed8034ba7a01dc3544328d6500f8df
parentd2e48ca813a70edc4a28477c150ad8079df584e6
Issue #19887: Improve the Path.resolve() algorithm to support certain symlink chains.

Original patch by Serhiy.
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS