[Python-checkins] r51135 - python/branches/release24-maint/Doc/whatsnew/whatsnew24.tex

andrew.kuchling python-checkins at python.org
Mon Aug 7 00:10:11 CEST 2006


Author: andrew.kuchling
Date: Mon Aug  7 00:10:11 2006
New Revision: 51135

Modified:
   python/branches/release24-maint/Doc/whatsnew/whatsnew24.tex
Log:
Update status of relative import

Modified: python/branches/release24-maint/Doc/whatsnew/whatsnew24.tex
==============================================================================
--- python/branches/release24-maint/Doc/whatsnew/whatsnew24.tex	(original)
+++ python/branches/release24-maint/Doc/whatsnew/whatsnew24.tex	Mon Aug  7 00:10:11 2006
@@ -799,8 +799,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