- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message191946
This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | Kim.Gräsman |
|---|---|
| Recipients | Kim.Gräsman |
| Date | 2013-06-27.12:21:52 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1372335712.86.0.737984440213.issue18314@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Also, I believe the reason os.unlink raises "access denied" is because a junction point does not currently qualify as a directory && link, so its path is passed directly to DeleteFileW, which in turn refuses to delete a directory. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-06-27 12:21:52 | Kim.Gräsman | set | recipients: + Kim.Gräsman |
| 2013-06-27 12:21:52 | Kim.Gräsman | set | messageid: <1372335712.86.0.737984440213.issue18314@psf.upfronthosting.co.za> |
| 2013-06-27 12:21:52 | Kim.Gräsman | link | issue18314 messages |
| 2013-06-27 12:21:52 | Kim.Gräsman | create | |

