summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2010-10-03 14:18:09 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2010-10-03 14:18:09 (GMT)
commit4bcceef5a12b6c00079ab11ecb233a7933f23ca4 (patch)
tree87866dde58bc3ab39fb92214d14afda4e564cd69 /Misc
parent84060b81e3ea06c7c0752854ef222e7c5fafa58c (diff)
downloadcpython-4bcceef5a12b6c00079ab11ecb233a7933f23ca4.zip
cpython-4bcceef5a12b6c00079ab11ecb233a7933f23ca4.tar.gz
cpython-4bcceef5a12b6c00079ab11ecb233a7933f23ca4.tar.bz2
Fixed #8980: distutils.command.check was failing w/ docutils installed
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c5d1e62..ac23148 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.