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 b313785..d1cf06c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -125,7 +125,7 @@
-------
- 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.