[Python-Dev] Multi-line import implementation (was: 2.4a2, and @decorators) (original) (raw)
Guido van Rossum guido at python.org
Mon Aug 9 22:19:25 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 ]
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.
--Guido van Rossum (home page: http://www.python.org/~guido/)
- 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 ]