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

2006-07-18 Thread Giovanni Bajo
Nick Coghlan wrote: > Rationalise *.pkg and *.pth files > - > [...] > > Use an interpreter configuration file? > -- When dealing with these issues, please consider also startup time. Python is already "pretty slow" at startup, an

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

2006-07-17 Thread Frank Wierzbicki
> [1] http://www.jython.org/docs/registry.html > On the new Jython website the same content is here: http://www.jython.org/Project/userguide.html#the-jython-registry Though I don't think there are any changes to this content. -Frank ___ Python-3000 mai

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

2006-07-17 Thread Nick Coghlan
A couple I accidentally left off my original list: Rationalise *.pkg and *.pth files - site.py processes *.pth files in the site-packages directory (the exact location being platform dependent) and adds things to sys.path as per the documentation of the site modu

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

2006-07-16 Thread Josiah Carlson
Ka-Ping Yee <[EMAIL PROTECTED]> wrote: > > On Sun, 16 Jul 2006, Nick Coghlan wrote: > > 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

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

2006-07-16 Thread Ka-Ping Yee
On Sun, 16 Jul 2006, Nick Coghlan wrote: > 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. I'd like to add "relo

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

[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