Issue1716709

classification
Title: Patch for os.path bugs 1662689 and 1661700
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: cgroves, pekka.klarck
Priority: normal Keywords: patch

Created on 2007-05-10.18:43:25 by pekka.klarck, last changed 2007-05-14.05:50:30 by cgroves.

Files
File name Uploaded Description Edit Remove
ospath.patch pekka.klarck, 2007-05-10.18:43:25
Messages
msg2709 (view) Author: Pekka Klärck (pekka.klarck) Date: 2007-05-10.18:43:25
Attached patch fixes following os.path issues.

1) abspath eliminates symlinks
http://jython.org/bugs/1662689

2) abspath, realpath and samefile may rise IOException
http://jython.org/bugs/1661700
msg2710 (view) Author: Charlie Groves (cgroves) Date: 2007-05-14.05:50:30
Applied in r3225.
History
Date User Action Args
2007-05-10 18:43:25pekka.klarckcreate