diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2010-10-03 14:45:06 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2010-10-03 14:45:06 (GMT) |
commit | 388f956c35d335446c4715c8f2c28631f3c54ab1 (patch) | |
tree | 2d7ba1cba307d7b6687367829852ad904917b3ea | |
parent | 4bcceef5a12b6c00079ab11ecb233a7933f23ca4 (diff) | |
download | cpython-388f956c35d335446c4715c8f2c28631f3c54ab1.zip cpython-388f956c35d335446c4715c8f2c28631f3c54ab1.tar.gz cpython-388f956c35d335446c4715c8f2c28631f3c54ab1.tar.bz2 |
typo in Arfrever name
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |