summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6f01693..8cc7f50 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -227,6 +227,9 @@ Core and Builtins
Library
-------
+- Issue #13700: Fix byte/string handling in imaplib authentication when an
+ authobject is specified.
+
- Issue #13153: Tkinter functions now raise TclError instead of ValueError when
a string argument contains non-BMP character.