[Python-Dev] Multi-line import implementation (was: 2.4a2,
and @decorators)
Dima Dorfman
dima at trit.org
Wed Aug 11 13:24:41 CEST 2004
Guido van Rossum <guido at python.org> wrote:
> > I'd suggest that only ``from foo import (...)`` be permitted (where
> > "..." does not include ``*``). But I don't care much, and I'll
> > update the PEP as soon as it's clear which precise versions are
> > allowed.
>
> This seems to be the consensus so far, so why don't you add all that
> detail to the PEP.
I just uploaded the updated patch as SF #1007189. That version is
complete and, as agreed, only accepts the from/import form. It could
use a good review, but otherwise it should be ready to go.
Thanks,
Dima.
More information about the Python-Dev
mailing list