diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-03-10 19:00:33 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-03-10 19:00:33 (GMT) |
commit | e8db162f62c369ce6dcbb92190d0aa2c03a15acb (patch) | |
tree | 31c26f7d0dfc915ddd687235164b7109cc11094e /Misc | |
parent | d840b8d6139ed0784d7fea1293a6b7d88a1d8a4f (diff) | |
download | cpython-e8db162f62c369ce6dcbb92190d0aa2c03a15acb.zip cpython-e8db162f62c369ce6dcbb92190d0aa2c03a15acb.tar.gz cpython-e8db162f62c369ce6dcbb92190d0aa2c03a15acb.tar.bz2 |
whatsnew: PEP 424 implementation.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |