summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/2.7.rst
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 /Doc/whatsnew/2.7.rst
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 'Doc/whatsnew/2.7.rst')
-rw-r--r--Doc/whatsnew/2.7.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst
index eb6372a..2e90f96 100644
--- a/Doc/whatsnew/2.7.rst
+++ b/Doc/whatsnew/2.7.rst
@@ -1434,7 +1434,7 @@ changes, or look through the Subversion logs for all the details.
* The :mod:`signal` module no longer re-installs the signal handler
unless this is truly necessary, which fixes a bug that could make it
impossible to catch the EINTR signal robustly. (Fixed by
- Charles-Francois Natali; :issue:`8354`.)
+ Charles-François Natali; :issue:`8354`.)
* New functions: in the :mod:`site` module, three new functions
return various site- and user-specific paths.
@@ -2331,7 +2331,7 @@ Other Changes and Fixes
attributes of the resulting code objects are overwritten when the
original filename is obsolete. This can happen if the file has been
renamed, moved, or is accessed through different paths. (Patch by
- Ziga Seilnacht and Jean-Paul Calderone; :issue:`1180193`.)
+ Žiga Seilnacht and Jean-Paul Calderone; :issue:`1180193`.)
* The :file:`regrtest.py` script now takes a :option:`--randseed=`
switch that takes an integer that will be used as the random seed