Re: [Python-Dev] is the 'path' argument to an importer's find_module() just a hint?
On Mon, Oct 27 08 at 1:44:29PM -0700, Brett Cannon wrote: > I doubt anyone does. As Thomas asked, do people really even still use > frozen modules? I use frozen modules to load a filesystem driver into my bare-metal Python port (since there are no FS syscalls and thus I can't import the first python code from anywhere else). This may be something of a special case. :) I don't use __path__, though.. -- Torne Wuff [EMAIL PROTECTED] ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
[Python-Dev] Has python-dev collapsed?
Or have I been removed from the list? I'm not getting any mail it seems. Or at least very little. Or are we all just tired of trying to fix the release blockers in 3.0? -- --Guido van Rossum (home page: http://www.python.org/~guido/) ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] Has python-dev collapsed?
Guido van Rossum wrote: Or have I been removed from the list? I'm not getting any mail it seems. Or at least very little. Or are we all just tired of trying to fix the release blockers in 3.0? Don't worry yourself. You are still on the list and we are still fighting release blockers. But development has slowed down a lot in the past days. But I've good news for you! Most release blockers have reviewed patches and are waiting for Barry. As a bonus Skip, Jesse and I have finished the first release of multiprocessing for 2.4 and 2.5. Yesterday I released the first version including Windows binaries. Christian ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] Has python-dev collapsed?
On Tue, Oct 28, 2008 at 4:00 PM, Christian Heimes <[EMAIL PROTECTED]> wrote: > Guido van Rossum wrote: >> >> Or have I been removed from the list? I'm not getting any mail it >> seems. Or at least very little. Or are we all just tired of trying to >> fix the release blockers in 3.0? > > Don't worry yourself. You are still on the list and we are still fighting > release blockers. But development has slowed down a lot in the past days. Yes, that's what it feels like. I hope the pace picks up again and we can release 3.0 final in early December still. I really don't want to carry it over to 2009. > But I've good news for you! Most release blockers have reviewed patches and > are waiting for Barry. As a bonus Skip, Jesse and I have finished the first > release of multiprocessing for 2.4 and 2.5. Yesterday I released the first > version including Windows binaries. Excellent!! -- --Guido van Rossum (home page: http://www.python.org/~guido/) ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] Has python-dev collapsed?
Guido van Rossum wrote: Yes, that's what it feels like. I hope the pace picks up again and we can release 3.0 final in early December still. I really don't want to carry it over to 2009. Me, too. I don't want to check in fixes without explicit approval from Barry. The others are waiting for Barry as well. Maybe we should select an assistant release manager for the next releases. It's lots of work to handle two releases at the same time. A single RM is also a single point of failure. You never know when personal affairs are more important than voluntary work. Christian ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] Has python-dev collapsed?
Christian Heimes wrote: > Guido van Rossum wrote: >> Yes, that's what it feels like. I hope the pace picks up again and we >> can release 3.0 final in early December still. I really don't want to >> carry it over to 2009. > > Me, too. I don't want to check in fixes without explicit approval from > Barry. The others are waiting for Barry as well. > > Maybe we should select an assistant release manager for the next > releases. It's lots of work to handle two releases at the same time. A > single RM is also a single point of failure. You never know when > personal affairs are more important than voluntary work. > Pretty much whenever they come up ... regards Steve -- Steve Holden+1 571 484 6266 +1 800 494 3119 Holden Web LLC http://www.holdenweb.com/ ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
