RE: [Python-Dev] RE: [Python-checkins] python/dist/src/Modulesposixmodule.c, 2.300.8.10, 2.300.8.11

2004-12-18 Thread Raymond Hettinger
FWIW, the tests at issue pass on WinXP for me today w/ current CVS. Tests pass here too. Raymond ___ Python-Dev mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe:

Re: [Python-Dev] re: 2.4 news reaches interesting places

2004-12-18 Thread Stewart Midwinter
On Fri, 17 Dec 2004 09:20:18 -0200, Carlos Ribeiro [EMAIL PROTECTED] wrote: One possible marketing strategy is to use the adjective fast in a broader sense. The Python slogan could be something like: Programming has never been any faster -- this changes the playing ground, from raw

Re: [Python-Dev] MinGW And The other Py2.4 issue

2004-12-18 Thread Paul Moore
On Wed, 15 Dec 2004 22:57:00 +0100, Martin v. Löwis [EMAIL PROTECTED] wrote: Paul Moore wrote: For a starter, what steps do you actually take to build a release? I assume that the first step is to build Python, by clicking on build in VS.NET. Yes. You can skip this step by just putting

[Python-Dev] mmap feature or bug?

2004-12-18 Thread Josiah Carlson
Quick questions: Is mmap's inability to be subclassed a feature or bug? Is one's inability to use a = mmapinstance.__setslice__;a(1,2,'a') (and others) a feature or bug? I would imagine they are bugs, but I just wanted to make sure and post the report/request in the proper location. Thank you,

Re: [Python-Dev] MinGW And The other Py2.4 issue

2004-12-18 Thread Martin v. Löwis
Paul Moore wrote: OK, I've got a copy of the Python sources, and had a look. The change needed to msi.py to include libpythonXX.a in the installer looks simple. But I'm less sure as to where to build the file. It seems to me that msi.py is not the right place - that's focused on building the

Re: [Python-Dev] mmap feature or bug?

2004-12-18 Thread Martin v. Löwis
Josiah Carlson wrote: Is mmap's inability to be subclassed a feature or bug? No. It's a missing feature: it's not a bug, because nobody says this should work, and anybody trying will find out that it doesn't work, so nobody is tricked into believing it should work. The mmap type is not even