| commit | fbd4f80979c26f0cf6a3a8af9d8e4131cfeab5a7 | [log] [tgz] |
|---|---|---|
| author | Antoine Pitrou <solipsis@pitrou.net> | Sat Aug 11 16:51:50 2012 +0200 |
| committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Aug 11 16:51:50 2012 +0200 |
| tree | e9ce6685e281eec26bbacd673ee1b1a4e04c8424 | |
| parent | cc98887e457c293c7be3b9cd9599c5334a97064b [diff] [blame] |
Issue #15444: Use proper spelling for non-ASCII contributor names. Patch by Serhiy Storchaka.
diff --git a/Misc/NEWS b/Misc/NEWS index 5a4d71b..409d3ca 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -468,6 +468,9 @@ Documentation ------------- +- Issue #15444: Use proper spelling for non-ASCII contributor names. Patch + by Serhiy Storchaka. + - Issue 15482: Properly document the default 'level' value for __import__() while warning about using negative values.