summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2011-06-20 00:50:53 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2011-06-20 00:50:53 (GMT)
commit14830dc5acc47d7bc2f22f89dad5ae0fdcec199d (patch)
tree9b23bac0df174fafc0206ae2ac589f1e90949fa9 /Misc/NEWS
parentdfb524829cc9602dc92e825457a8804a441507af (diff)
parent4092e68396e861ca57f1a5761e8a60d5ce300877 (diff)
downloadcpython-14830dc5acc47d7bc2f22f89dad5ae0fdcec199d.zip
cpython-14830dc5acc47d7bc2f22f89dad5ae0fdcec199d.tar.gz
cpython-14830dc5acc47d7bc2f22f89dad5ae0fdcec199d.tar.bz2
merge heads
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 89eab0e..a793d08 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.3 Alpha 1?
Core and Builtins
-----------------
+- Issue #12370: Fix super with not arguments when __class__ is overriden in the
+ class body.
+
- Issue #12084: os.stat on Windows now works properly with relative symbolic
links when called from any directory.