
Aug. 11, 2004
11:24 a.m.
Guido van Rossum <guido@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.