summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-04-13 02:10:16 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-04-13 02:10:16 (GMT)
commitb66871f1c08c4e8af6d5a6a3b289ca477ec3f0de (patch)
tree70068ea57f9a4d7381eb6ed0445a32c6441169d2
parentac6bd46d5c30f4e643120aeef1ccd531801a2181 (diff)
downloadcpython-b66871f1c08c4e8af6d5a6a3b289ca477ec3f0de.zip
cpython-b66871f1c08c4e8af6d5a6a3b289ca477ec3f0de.tar.gz
cpython-b66871f1c08c4e8af6d5a6a3b289ca477ec3f0de.tar.bz2
Fix typography of Martin's name
-rw-r--r--Doc/whatsnew/whatsnew20.tex4
-rw-r--r--Doc/whatsnew/whatsnew24.tex4
2 files changed, 4 insertions, 4 deletions
diff --git a/Doc/whatsnew/whatsnew20.tex b/Doc/whatsnew/whatsnew20.tex
index b89ac19..bf458fa 100644
--- a/Doc/whatsnew/whatsnew20.tex
+++ b/Doc/whatsnew/whatsnew20.tex
@@ -1214,8 +1214,8 @@ the function to be called on exit.
\item{\module{gettext}:} This module provides internationalization
(I18N) and localization (L10N) support for Python programs by
providing an interface to the GNU gettext message catalog library.
-(Integrated by Barry Warsaw, from separate contributions by Martin von
-Loewis, Peter Funk, and James Henstridge.)
+(Integrated by Barry Warsaw, from separate contributions by Martin
+von~L\"owis, Peter Funk, and James Henstridge.)
\item{\module{linuxaudiodev}:} Support for the \file{/dev/audio}
device on Linux, a twin to the existing \module{sunaudiodev} module.
diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex
index 94cfe64..51baece 100644
--- a/Doc/whatsnew/whatsnew24.tex
+++ b/Doc/whatsnew/whatsnew24.tex
@@ -1336,7 +1336,7 @@ be used to implement other rotating handlers.
\item The \module{marshal} module now shares interned strings on unpacking a
data structure. This may shrink the size of certain pickle strings,
but the primary effect is to make \file{.pyc} files significantly smaller.
-(Contributed by Martin von Loewis.)
+(Contributed by Martin von~L\"owis.)
\item The \module{nntplib} module's \class{NNTP} class gained
\method{description()} and \method{descriptions()} methods to retrieve
@@ -1688,7 +1688,7 @@ Some of the changes to Python's build process and to the C API are:
\begin{itemize}
\item The Windows port now builds under MSVC++ 7.1 as well as version 6.
- (Contributed by Martin von Loewis.)
+ (Contributed by Martin von~L\"owis.)
\end{itemize}