@@ -175,7 +175,7 @@ item for each change.
175175
176176Hosting of the Python bug tracker is kindly provided by
177177`Upfront Systems <http://www.upfrontsystems.co.za/ >`__
178- of Stellenbosch, South Africa. Martin von Loewis put a
178+ of Stellenbosch, South Africa. Martin von Löwis put a
179179lot of effort into importing existing bugs and patches from
180180SourceForge; his scripts for this import operation are at
181181http://svn.python.org/view/tracker/importer/ and may be useful to
@@ -193,7 +193,7 @@ other projects wishing to move from SourceForge to Roundup.
193193 Roundup downloads and documentation.
194194
195195 http://svn.python.org/view/tracker/importer/
196- Martin von Loewis 's conversion scripts.
196+ Martin von Löwis 's conversion scripts.
197197
198198New Documentation Format: reStructuredText Using Sphinx
199199-----------------------------------------------------------
@@ -1100,7 +1100,7 @@ their own implementations of buffering and text I/O.
11001100 :pep: `3116 ` - New I/O
11011101 PEP written by Daniel Stutzbach, Mike Verdone, and Guido van Rossum.
11021102 Code by Guido van Rossum, Georg Brandl, Walter Doerwald,
1103- Jeremy Hylton, Martin von Loewis , Tony Lownds, and others.
1103+ Jeremy Hylton, Martin von Löwis , Tony Lownds, and others.
11041104
11051105.. ======================================================================
11061106
@@ -1774,7 +1774,7 @@ The *encoding* part specifies the encoding's name, e.g. ``utf-8`` or
17741774``latin-1 ``; the optional *errorhandler * part specifies
17751775what to do with characters that can't be handled by the encoding,
17761776and should be one of "error", "ignore", or "replace". (Contributed
1777- by Martin von Loewis .)
1777+ by Martin von Löwis .)
17781778
17791779.. ======================================================================
17801780
@@ -1792,7 +1792,7 @@ changes, or look through the Subversion logs for all the details.
17921792 were applied. (Maintained by Josiah Carlson; see :issue: `1736190 ` for
17931793 one patch.)
17941794
1795- * The :mod: `bsddb ` module also has a new maintainer, Jesús Cea Avion , and the package
1795+ * The :mod: `bsddb ` module also has a new maintainer, Jesús Cea Avión , and the package
17961796 is now available as a standalone package. The web page for the package is
17971797 `www.jcea.es/programacion/pybsddb.htm
17981798 <http://www.jcea.es/programacion/pybsddb.htm> `__.
@@ -2384,7 +2384,7 @@ changes, or look through the Subversion logs for all the details.
23842384 (Contributed by Pedro Werneck and Jeffrey Yasskin;
23852385 :issue: `742598 `, :issue: `1193577 `.)
23862386
2387- * The :mod: `sqlite3 ` module, maintained by Gerhard Haering ,
2387+ * The :mod: `sqlite3 ` module, maintained by Gerhard Häring ,
23882388 has been updated from version 2.3.2 in Python 2.5 to
23892389 version 2.4.1.
23902390
@@ -2597,7 +2597,7 @@ changes, or look through the Subversion logs for all the details.
25972597
25982598* The Unicode database provided by the :mod: `unicodedata ` module
25992599 has been updated to version 5.1.0. (Updated by
2600- Martin von Loewis ; :issue: `3811 `.)
2600+ Martin von Löwis ; :issue: `3811 `.)
26012601
26022602* The :mod: `warnings ` module's :func: `formatwarning ` and :func: `showwarning `
26032603 gained an optional *line * argument that can be used to supply the
@@ -3104,7 +3104,7 @@ Port-Specific Changes: Windows
31043104 :file: `PCbuild ` directory supports cross compilation for X64, debug
31053105 builds and Profile Guided Optimization (PGO). PGO builds are roughly
31063106 10% faster than normal builds. (Contributed by Christian Heimes
3107- with help from Amaury Forgeot d'Arc and Martin von Loewis .)
3107+ with help from Amaury Forgeot d'Arc and Martin von Löwis .)
31083108
31093109* The :mod: `msvcrt ` module now supports
31103110 both the normal and wide char variants of the console I/O
0 commit comments