diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -88,6 +88,9 @@ Core and Builtins Library ------- +- Issue #8980: Fixed a failure in distutils.command check that was shadowed + by an environment that does not have docutils. Patch by Arferver. + - Issue #1050268: parseaddr now correctly quotes double quote and backslash characters that appear inside quoted strings in email addresses. |