[Python-checkins] r43540 - python/trunk/Doc/whatsnew/whatsnew24.tex

andrew.kuchling python-checkins at python.org
Sat Apr 1 12:32:14 CEST 2006


Author: andrew.kuchling
Date: Sat Apr  1 12:32:13 2006
New Revision: 43540

Modified:
   python/trunk/Doc/whatsnew/whatsnew24.tex
Log:
Update status of this PEP

Modified: python/trunk/Doc/whatsnew/whatsnew24.tex
==============================================================================
--- python/trunk/Doc/whatsnew/whatsnew24.tex	(original)
+++ python/trunk/Doc/whatsnew/whatsnew24.tex	Sat Apr  1 12:32:13 2006
@@ -803,8 +803,8 @@
 
 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}


More information about the Python-checkins mailing list