Re: [Python-Dev] [poll] New name for __builtins__

2007-11-28 Thread Ton van Vliet
On Wed, 28 Nov 2007 16:20:05 +0100, you wrote: >What name do you prefer? I'm +1 with Raymond on __root__ but I'm still >open for better suggestions. how about making it (a little bit) more explicit with __rootdict__ or __root_dict__ -- Ton ___ Python

Re: [Python-Dev] New syntax for 'dynamic' attribute access

2007-02-12 Thread Ton van Vliet
On Mon, 12 Feb 2007 18:50:35 +1100, you wrote: >Yes and no. My point is that it's extremely similar to existing >syntax. (Worse yet, it looks the same but for what's possibly the >smallest and hardest-to-see character in any character set) > >"foo(baz)" vs "foo.(baz)" is... not good. To me (as