diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2010-10-03 14:46:36 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2010-10-03 14:46:36 (GMT) |
commit | 4b34131bd5b2aa6a7b2413ccafc4505bd742f48b (patch) | |
tree | 8afac8b8f807805b92326f0c844e4e93cb037f03 /Misc/NEWS | |
parent | c9afba853ca4884d3be01e2da6ba5e3cc61cd75c (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |