From: Tarek Ziadé Date: Sun, 3 Oct 2010 14:46:36 +0000 (+0000) Subject: Merged revisions 85199 via svnmerge from X-Git-Tag: v3.1.3rc1~173 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b34131bd5b2aa6a7b2413ccafc4505bd742f48b;p=python Merged revisions 85199 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85199 | tarek.ziade | 2010-10-03 16:45:06 +0200 (Sun, 03 Oct 2010) | 1 line typo in Arfrever name ........ --- diff --git a/Misc/NEWS b/Misc/NEWS index b3137856ec..d1cf06c3ed 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -125,7 +125,7 @@ Library ------- - Issue #8980: Fixed a failure in distutils.command check that was shadowed - by an environment that does not have docutils. Patch by Arferver. + by an environment that does not have docutils. Patch by Arfrever. - Issue #1050268: parseaddr now correctly quotes double quote and backslash characters that appear inside quoted strings in email addresses.