| commit | b79be95dacc9824a70952e017ecbb87ce5575f6e | [log] [tgz] |
|---|---|---|
| author | Antoine Pitrou <solipsis@pitrou.net> | Sat Aug 11 16:54:27 2012 +0200 |
| committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Aug 11 16:54:27 2012 +0200 |
| tree | fe5fab87709157be887e62323d9e2e8135ef0660 | |
| parent | 01cac336200c33a33572308338809aea7a63c51b [diff] [blame] | |
| parent | fbd4f80979c26f0cf6a3a8af9d8e4131cfeab5a7 [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 2dacd7b..53c16927 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -272,6 +272,9 @@ Documentation ------------- +- Issue #15444: Use proper spelling for non-ASCII contributor names. Patch + by Serhiy Storchaka. + - Issue #15295: Reorganize and rewrite the documentation on the import system. - Issue #15230: Clearly document some of the limitations of the runpy module and