summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/whatsnew24.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/whatsnew/whatsnew24.tex')
-rw-r--r--Doc/whatsnew/whatsnew24.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex
index e9ff4d9..51baece 100644
--- a/Doc/whatsnew/whatsnew24.tex
+++ b/Doc/whatsnew/whatsnew24.tex
@@ -803,8 +803,8 @@ from SimpleXMLRPCServer import (SimpleXMLRPCServer,
The PEP also proposes that all \keyword{import} statements be absolute
imports, with a leading \samp{.} character to indicate a relative
-import. This part of the PEP is not yet implemented, and will have to
-wait for Python 2.5 or some other future version.
+import. This part of the PEP was not implemented for Python 2.4,
+but was completed for Python 2.5.
\begin{seealso}
\seepep{328}{Imports: Multi-Line and Absolute/Relative}
@@ -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}