summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2012-10-17 05:45:49 (GMT)
committerEric Snow <ericsnowcurrently@gmail.com>2012-10-17 05:45:49 (GMT)
commit42da889fec6298debe216abac36dce9b87ed746d (patch)
treed361472e368b345b1099b5fa3a574767c17b68b5 /Misc
parent4d289a2a4d224948e490e0dc4ea807fa6aed3dec (diff)
parent547298c94cd491dbfaa7bc5f968c2bdcf91588cc (diff)
downloadcpython-42da889fec6298debe216abac36dce9b87ed746d.zip
cpython-42da889fec6298debe216abac36dce9b87ed746d.tar.gz
cpython-42da889fec6298debe216abac36dce9b87ed746d.tar.bz2
merge for issue #16160: Subclass support now works for types.SimpleNamespace.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index aaf07aa..8efe386 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -16,6 +16,8 @@ Core and Builtins
- Issue #14783: Improve int() docstring and switch docstrings for str(),
range(), and slice() to use multi-line signatures.
+- Issue #16160: Subclass support now works for types.SimpleNamespace.
+
- Upgrade Unicode data (UCD) to version 6.2.
- Issue #15379: Fix passing of non-BMP characters as integers for the charmap