summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 252c85f..7164fcc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -57,7 +57,7 @@ Extensions
- Issue #5504: ctypes should now work with systems where mmap can't
be PROT_WRITE and PROT_EXEC.
-- Issue #9507: Named tuple repr will now automatically display the right
+- Issue #9507: Named tuple repr will now automatically display the right
name in a tuple subclass.
- Issue #9324: Add parameter validation to signal.signal on Windows in order
@@ -114,8 +114,8 @@ Library
behavior was wrong.
- Issue #6683: For SMTP logins we now try all authentication methods advertised
- by the server. Many servers are buggy and advertise authentication methods they
- o not support in reality.
+ by the server. Many servers are buggy and advertise authentication methods
+ they do not support in reality.
- Issue #8814: function annotations (the ``__annotations__`` attribute)
are now included in the set of attributes copied by default by