[Python-Dev] Multi-line import implementation (was: 2.4a2, and @decorators) (original) (raw)
Dima Dorfman dima at trit.org
Wed Aug 11 13:24:41 CEST 2004
- Previous message: [Python-Dev] Multi-line import implementation (was: 2.4a2, and @decorators)
- Next message: [Python-Dev] Multi-line import implementation (was: 2.4a2, and @decorators)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: [Python-Dev] Multi-line import implementation (was: 2.4a2, and @decorators)
- Next message: [Python-Dev] Multi-line import implementation (was: 2.4a2, and @decorators)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]