summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2015-05-16 19:05:53 (GMT)
committerR David Murray <rdmurray@bitdance.com>2015-05-16 19:05:53 (GMT)
commitb8cd3e4e30d3219ecf00ce7f114a15746561ea87 (patch)
tree062ec0ea886b1015e47f932d4676ee2dced7c85d /Misc/NEWS
parent8eb1f077c2be03f72ef31ddd2cfe805ffbfbd524 (diff)
downloadcpython-b8cd3e4e30d3219ecf00ce7f114a15746561ea87.zip
cpython-b8cd3e4e30d3219ecf00ce7f114a15746561ea87.tar.gz
cpython-b8cd3e4e30d3219ecf00ce7f114a15746561ea87.tar.bz2
#21804: Add RFC 6856 (UTF8) support to poplib.
Patch by Milan Oberkirch.
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 1b23a98..3d59983 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,6 +47,8 @@ Core and Builtins
Library
-------
+- Issue #21804: poplib now supports RFC 6856 (UTF8).
+
- Issue #18682: Optimized pprint functions for builtin scalar types.
- Issue #22027: smtplib now supports RFC 6531 (SMTPUTF8).