[Python-Dev] Re: dict.setdefault() (Patch#101102) (original) (raw)
Peter Schneider-Kamp nowonder@nowonder.de
Wed, 09 Aug 2000 15:19:02 +0000
- Previous message: [Python-Dev] Re: dict.setdefault() (Patch#101102)
- Next message: [Python-Dev] Re: A small proposed change to dictionaries' "get" method
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Tim Peters wrote:
But it doesn't need to be, right? That is, change the stuff following 'import' in 'from' dottedname 'import' ('' | NAME (',' NAME)) to ('' | NAME [NAME NAME] (',' NAME [NAME NAME]))
What about doing the same for the regular import?
import_stmt: 'import' dotted_name [NAME NAME] (',' dotted_name [NAME NAME])* | 'from' dotted_name 'import' ('' | NAME (',' NAME))
"import as as as"-isn't-that-impressive-though-ly y'rs Peter
Peter Schneider-Kamp ++47-7388-7331 Herman Krags veg 51-11 mailto:peter@schneider-kamp.de N-7050 Trondheim http://schneider-kamp.de
- Previous message: [Python-Dev] Re: dict.setdefault() (Patch#101102)
- Next message: [Python-Dev] Re: A small proposed change to dictionaries' "get" method
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]