summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-03-10 19:00:33 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-03-10 19:00:33 (GMT)
commite8db162f62c369ce6dcbb92190d0aa2c03a15acb (patch)
tree31c26f7d0dfc915ddd687235164b7109cc11094e /Misc
parentd840b8d6139ed0784d7fea1293a6b7d88a1d8a4f (diff)
downloadcpython-e8db162f62c369ce6dcbb92190d0aa2c03a15acb.zip
cpython-e8db162f62c369ce6dcbb92190d0aa2c03a15acb.tar.gz
cpython-e8db162f62c369ce6dcbb92190d0aa2c03a15acb.tar.bz2
whatsnew: PEP 424 implementation.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1271bfe..6222f59 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2538,6 +2538,9 @@ Core and Builtins
- Issue #16160: Subclass support now works for types.SimpleNamespace.
+- Issue #16148: Implement PEP 424, adding operator.length_hint and
+ PyObject_LengthHint.
+
- Upgrade Unicode data (UCD) to version 6.2.
- Issue #15379: Fix passing of non-BMP characters as integers for the charmap