Commit f2d712b2 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Update status of this PEP

parent 95f0e4c4
...@@ -803,8 +803,8 @@ from SimpleXMLRPCServer import (SimpleXMLRPCServer, ...@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment