summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBrian Curtin <brian@python.org>2011-06-13 21:00:35 (GMT)
committerBrian Curtin <brian@python.org>2011-06-13 21:00:35 (GMT)
commit3e86c99f9080633283e415f3bd4653285e24c31e (patch)
treecd25bb5b64f1cbf3a884a481086e9e28689f60bc /Misc/NEWS
parente67b1eab32f3f0e0b2a5979cc00c2f4605e3b7e4 (diff)
parentd25aef55c8b0025dd2ee7de11b526f34ceed6b66 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 650ae60..fb7043f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.