summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-08-11 14:51:50 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-08-11 14:51:50 (GMT)
commitfbd4f80979c26f0cf6a3a8af9d8e4131cfeab5a7 (patch)
treee9ce6685e281eec26bbacd673ee1b1a4e04c8424 /Misc/NEWS
parentcc98887e457c293c7be3b9cd9599c5334a97064b (diff)
downloadcpython-fbd4f80979c26f0cf6a3a8af9d8e4131cfeab5a7.zip
cpython-fbd4f80979c26f0cf6a3a8af9d8e4131cfeab5a7.tar.gz
cpython-fbd4f80979c26f0cf6a3a8af9d8e4131cfeab5a7.tar.bz2
Issue #15444: Use proper spelling for non-ASCII contributor names.
Patch by Serhiy Storchaka.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5a4d71b..409d3ca 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -468,6 +468,9 @@ Build
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.