summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-10-19 20:01:13 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-10-19 20:01:13 (GMT)
commit3d9e481ece356d805ee5658600ef2888e35a5609 (patch)
treef47e7215f5dab6c99da5b0e23872f24a00176137 /Misc/NEWS
parent358667370346594c0383f1bfa09e0d650fa8832d (diff)
downloadcpython-3d9e481ece356d805ee5658600ef2888e35a5609.zip
cpython-3d9e481ece356d805ee5658600ef2888e35a5609.tar.gz
cpython-3d9e481ece356d805ee5658600ef2888e35a5609.tar.bz2
give explicitly global functions and classes a global __qualname__ (closes #19301)
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 f8d2f19..be4635b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Projected release date: 2013-10-20
Core and Builtins
-----------------
+- Issue #19301: Give classes and functions that are explicitly marked global a
+ global qualname.
+
- Issue #19279: UTF-7 decoder no more produces illegal strings.
- Issue #16612: Add "Argument Clinic", a compile-time preprocessor for