diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-16 18:38:05 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-16 18:38:05 (GMT) |
commit | 8eb1f077c2be03f72ef31ddd2cfe805ffbfbd524 (patch) | |
tree | 088422d4680c76733272e64e703233a1b23af1a3 /Misc/NEWS | |
parent | 6d90fd5fd90df5f84618d9125737b0df3b6c9a14 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |