Issue 996627: realpath: resolve symlinks before normalizing (bug #990669) (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/40632

classification

Title: realpath: resolve symlinks before normalizing (bug #990669)
Type: Stage:
Components: Library (Lib) Versions:

process

Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: jlgijsbers Nosy List: jlgijsbers
Priority: normal Keywords: patch

Created on 2004-07-23 15:45 by jlgijsbers, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
realpath-resolve-symlinks-first.diff jlgijsbers,2004-07-23 15:45 Patch for resolving symlinks before normalizing
Messages (4)
msg46448 - (view) Author: Johannes Gijsbers (jlgijsbers) * (Python triager) Date: 2004-07-23 15:45
This patch fixes the problem described in http://python.org/sf/990669 and adds tests for realpath.
msg46449 - (view) Author: Johannes Gijsbers (jlgijsbers) * (Python triager) Date: 2004-07-23 15:49
Logged In: YES user_id=469548 This should have been filed as a patch, my apologies.
msg46450 - (view) Author: Johannes Gijsbers (jlgijsbers) * (Python triager) Date: 2004-08-14 14:52
Logged In: YES user_id=469548 Checked in as rev 1.39 of libposixpath.tex.
msg46451 - (view) Author: Johannes Gijsbers (jlgijsbers) * (Python triager) Date: 2004-08-14 15:02
Logged In: YES user_id=469548 Heh, wrong bug: this was actually checked in as rev 1.71 of posixpath.py and rev 1.10 of test_posixpath.py.
History
Date User Action Args
2022-04-11 14:56:05 admin set github: 40632
2004-07-23 15:45:21 jlgijsbers create