Re: [Python-3000] Switch and static, redux

2006-07-15 Thread Marcin 'Qrczak' Kowalczyk
Greg Ewing <[EMAIL PROTECTED]> writes: > So I'd like to propose that "def time" be modified > slightly to mean "def time of the outermost function > that is still inside the scopes containing all the > names that the case expressions depend on". Not > sure about the wording of that, but I hope you

Re: [Python-3000] Switch and static, redux

2006-07-15 Thread Josiah Carlson
"Marcin 'Qrczak' Kowalczyk" <[EMAIL PROTECTED]> wrote: > > Greg Ewing <[EMAIL PROTECTED]> writes: > > > So I'd like to propose that "def time" be modified > > slightly to mean "def time of the outermost function > > that is still inside the scopes containing all the > > names that the case expre

[Python-3000] Import system questions to be considered for Py3k

2006-07-15 Thread Nick Coghlan
Taking the "import system" to be the overall interaction between the Python module namespace and the file system of the underlying computer, I thought I'd start compiling a list of the questions we'll want to consider for Py3k. The answers to some of them may be "the status quo is fine" but we s

Re: [Python-3000] Import system questions to be considered for Py3k

2006-07-15 Thread Brett Cannon
On 7/15/06, Nick Coghlan <[EMAIL PROTECTED]> wrote: Taking the "import system" to be the overall interaction between the Pythonmodule namespace and the file system of the underlying computer, I thought I'dstart compiling a list of the questions we'll want to consider for Py3k. The answers to some o