diff options
author | Brian Curtin <brian@python.org> | 2011-06-13 21:00:35 (GMT) |
---|---|---|
committer | Brian Curtin <brian@python.org> | 2011-06-13 21:00:35 (GMT) |
commit | 3e86c99f9080633283e415f3bd4653285e24c31e (patch) | |
tree | cd25bb5b64f1cbf3a884a481086e9e28689f60bc /Misc/NEWS | |
parent | e67b1eab32f3f0e0b2a5979cc00c2f4605e3b7e4 (diff) | |
parent | d25aef55c8b0025dd2ee7de11b526f34ceed6b66 (diff) | |
download | cpython-3e86c99f9080633283e415f3bd4653285e24c31e.zip cpython-3e86c99f9080633283e415f3bd4653285e24c31e.tar.gz cpython-3e86c99f9080633283e415f3bd4653285e24c31e.tar.bz2 |
Merge from 3.2 for Issue #12084.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.3 Alpha 1? Core and Builtins ----------------- +- Issue #12084: os.stat on Windows now works properly with relative symbolic + links when called from any directory. + - Issue #12265: Make error messages produced by passing an invalid set of arguments to a function more informative. |