Message135924
It turns out that my fix was at least one byte short of complete. If the target pathname is a broken symlink, os.path.exists() returns False, and the OSError is raised. I should have used os.path.lexists(). Also, I believe the same problem exists for the hardlink case a few lines below. |
|
| Date |
User |
Action |
Args |
| 2011-05-13 16:34:55 | Scott.Leerssen | set | recipients:
+ Scott.Leerssen, lars.gustaebel, orsenthil, pitrou, srid, santoso.wijaya, python-dev |
| 2011-05-13 16:34:55 | Scott.Leerssen | set | messageid: <[email protected]> |
| 2011-05-13 16:34:54 | Scott.Leerssen | link | issue10761 messages |
| 2011-05-13 16:34:54 | Scott.Leerssen | create | |
|