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 python-dev
Recipients brian.curtin, eric.smith, georg.brandl, jaraco, loewis, nadeem.vawda, ocean-city, python-dev, santoso.wijaya, tim.golden, vstinner
Date 2011-06-13.21:10:52
SpamBayes Score 0.00021109765
Marked as misclassified No
Message-id <E1QWEPL-0000qR-Ou@dinsdale.python.org>
In-reply-to
Content
New changeset 1a3e8db28d49 by Brian Curtin in branch '3.2':
Fix #12084. os.stat on Windows wasn't working properly with relative symlinks.
http://hg.python.org/cpython/rev/1a3e8db28d49

New changeset c04c55afbf81 by Brian Curtin in branch 'default':
Merge from 3.2 for Issue #12084.
http://hg.python.org/cpython/rev/c04c55afbf81
History
Date User Action Args
2011-06-13 21:10:53python-devsetrecipients: + python-dev, loewis, georg.brandl, jaraco, vstinner, ocean-city, eric.smith, tim.golden, nadeem.vawda, brian.curtin, santoso.wijaya
2011-06-13 21:10:52python-devlinkissue12084 messages
2011-06-13 21:10:52python-devcreate