Update status of this PEP
This commit is contained in:
parent
95f0e4c401
commit
f2d712b265
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue