summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-05-16 18:38:05 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-05-16 18:38:05 (GMT)
commit8eb1f077c2be03f72ef31ddd2cfe805ffbfbd524 (patch)
tree088422d4680c76733272e64e703233a1b23af1a3 /Misc/NEWS
parent6d90fd5fd90df5f84618d9125737b0df3b6c9a14 (diff)
downloadcpython-8eb1f077c2be03f72ef31ddd2cfe805ffbfbd524.zip
cpython-8eb1f077c2be03f72ef31ddd2cfe805ffbfbd524.tar.gz
cpython-8eb1f077c2be03f72ef31ddd2cfe805ffbfbd524.tar.bz2
Issue #18682: Optimized pprint functions for builtin scalar types.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a00d967..1b23a98 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,6 +47,8 @@ Core and Builtins
Library
-------
+- Issue #18682: Optimized pprint functions for builtin scalar types.
+
- Issue #22027: smtplib now supports RFC 6531 (SMTPUTF8).
- Issue #23488: Random generator objects now consume 2x less memory on 64-bit.