From: Tarek Ziadé Date: Sun, 3 Oct 2010 14:45:06 +0000 (+0000) Subject: typo in Arfrever name X-Git-Tag: v3.2a3~65 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=388f956c35d335446c4715c8f2c28631f3c54ab1;p=thirdparty%2FPython%2Fcpython.git typo in Arfrever name --- diff --git a/Misc/NEWS b/Misc/NEWS index ac231489e5a9..ed544df6e9c3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -89,7 +89,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.