summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/whatsnew24.tex
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-04-01 10:32:13 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-04-01 10:32:13 (GMT)
commitf2d712b265c0b72b09a38d1f56a0993c3b4ac367 (patch)
tree842d1145944e34c68b4b9411816114ed628e1b2c /Doc/whatsnew/whatsnew24.tex
parent95f0e4c401eaa7dc49c93446d51bfe4b76459d50 (diff)
downloadcpython-f2d712b265c0b72b09a38d1f56a0993c3b4ac367.zip
cpython-f2d712b265c0b72b09a38d1f56a0993c3b4ac367.tar.gz
cpython-f2d712b265c0b72b09a38d1f56a0993c3b4ac367.tar.bz2
Update status of this PEP
Diffstat (limited to 'Doc/whatsnew/whatsnew24.tex')
-rw-r--r--Doc/whatsnew/whatsnew24.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex
index e9ff4d9..94cfe64 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}