Update status of this PEP

This commit is contained in:
Andrew M. Kuchling 2006-04-01 10:32:13 +00:00
parent 95f0e4c401
commit f2d712b265
1 changed files with 2 additions and 2 deletions

View File

@ -803,8 +803,8 @@ from SimpleXMLRPCServer import (SimpleXMLRPCServer,
The PEP also proposes that all \keyword{import} statements be absolute The PEP also proposes that all \keyword{import} statements be absolute
imports, with a leading \samp{.} character to indicate a relative imports, with a leading \samp{.} character to indicate a relative
import. This part of the PEP is not yet implemented, and will have to import. This part of the PEP was not implemented for Python 2.4,
wait for Python 2.5 or some other future version. but was completed for Python 2.5.
\begin{seealso} \begin{seealso}
\seepep{328}{Imports: Multi-Line and Absolute/Relative} \seepep{328}{Imports: Multi-Line and Absolute/Relative}