summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2010-10-03 14:46:36 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2010-10-03 14:46:36 (GMT)
commit4b34131bd5b2aa6a7b2413ccafc4505bd742f48b (patch)
tree8afac8b8f807805b92326f0c844e4e93cb037f03 /Misc/NEWS
parentc9afba853ca4884d3be01e2da6ba5e3cc61cd75c (diff)
downloadcpython-4b34131bd5b2aa6a7b2413ccafc4505bd742f48b.zip
cpython-4b34131bd5b2aa6a7b2413ccafc4505bd742f48b.tar.gz
cpython-4b34131bd5b2aa6a7b2413ccafc4505bd742f48b.tar.bz2
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 ........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b313785..d1cf06c 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.