Message135924
| Author | Scott.Leerssen |
|---|---|
| Recipients | Scott.Leerssen, lars.gustaebel, orsenthil, pitrou, python-dev, santoso.wijaya, srid |
| Date | 2011-05-13.16:34:54 |
| SpamBayes Score | 5.830417e-06 |
| Marked as misclassified | No |
| Message-id | <1305304495.26.0.510686224632.issue10761@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| 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: <1305304495.26.0.510686224632.issue10761@psf.upfronthosting.co.za> |
| 2011-05-13 16:34:54 | Scott.Leerssen | link | issue10761 messages |
| 2011-05-13 16:34:54 | Scott.Leerssen | create | |