From: Eric Snow Date: Wed, 17 Oct 2012 05:45:49 +0000 (-0700) Subject: merge for issue #16160: Subclass support now works for types.SimpleNamespace. X-Git-Tag: v3.4.0a1~2236 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42da889fec6298debe216abac36dce9b87ed746d;p=python merge for issue #16160: Subclass support now works for types.SimpleNamespace. --- 42da889fec6298debe216abac36dce9b87ed746d diff --cc Misc/NEWS index aaf07aae4c,944141254f..8efe3860fb --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -16,8 -15,8 +16,10 @@@ Core and Builtin - 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 decoder (already working as unicode strings). Patch by Serhiy Storchaka.