diff options
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -108,6 +108,8 @@ Library - Issue #21719: Added the ``st_file_attributes`` field to os.stat_result on Windows. +- Issue #21832: Require named tuple inputs to be exact strings. + - Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. Patch by Martin Dengler. |