summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2010-10-03 14:30:11 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2010-10-03 14:30:11 (GMT)
commitc9afba853ca4884d3be01e2da6ba5e3cc61cd75c (patch)
tree78f3103e1058e908ebf0bf3ac7d408ed8f299dd2 /Misc
parent866c74e3d61d1563957e3d8bfa8ef38f85515360 (diff)
downloadcpython-c9afba853ca4884d3be01e2da6ba5e3cc61cd75c.zip
cpython-c9afba853ca4884d3be01e2da6ba5e3cc61cd75c.tar.gz
cpython-c9afba853ca4884d3be01e2da6ba5e3cc61cd75c.tar.bz2
Merged revisions 85197 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85197 | tarek.ziade | 2010-10-03 16:18:09 +0200 (Sun, 03 Oct 2010) | 1 line 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 5841761..b313785 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -124,6 +124,9 @@ C-API
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.