Message 117374 - Python tracker
Message117374
| Author | stutzbach |
|---|---|
| Recipients | brian.curtin, eric.smith, jaraco, stutzbach |
| Date | 2010-09-25.15:03:12 |
| SpamBayes Score | 0.00092833815 |
| Marked as misclassified | No |
| Message-id | <1285426994.28.0.192028764756.issue9949@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
In Lib/ntpath.py: # realpath is a no-op on systems without islink support realpath = abspath However, Windows Vista and newer support symbolic links and other Python methods support them. (noticed this through source code inspection; haven't actually tested it) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-09-25 15:03:14 | stutzbach | set | recipients: + stutzbach, jaraco, eric.smith, brian.curtin |
| 2010-09-25 15:03:14 | stutzbach | set | messageid: <1285426994.28.0.192028764756.issue9949@psf.upfronthosting.co.za> |
| 2010-09-25 15:03:12 | stutzbach | link | issue9949 messages |
| 2010-09-25 15:03:12 | stutzbach | create | |