]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update status of relative import
authorAndrew M. Kuchling <amk@amk.ca>
Sun, 6 Aug 2006 22:10:11 +0000 (22:10 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sun, 6 Aug 2006 22:10:11 +0000 (22:10 +0000)
Doc/whatsnew/whatsnew24.tex

index 6618cfdf5de7716185575984465794ec39b8f0d9..bf6f6aa316dfcd5c9f6b202da14e014af19078a5 100644 (file)
@@ -799,8 +799,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}