Re: [Python-Dev] how to find the file path to an extension module at init time?

2011-11-15 Thread Stefan Behnel
Martin v. Löwis, 15.11.2011 01:33: Currently, for Cython? I don't think that can work. Hmm, it might work to put an empty module next to the 'real' extension and to import it to figure out the common directory of both. As long as it's still there after installation and the right one gets

Re: [Python-Dev] PEP 405 (proposed): Python 2.8 Release Schedule

2011-11-15 Thread Lennart Regebro
On Wed, Nov 9, 2011 at 17:18, Amaury Forgeot d'Arc amaur...@gmail.com wrote: Hi, 2011/11/9 Barry Warsaw ba...@python.org I think we should have an official pronouncement about Python 2.8, and PEPs are as official as it gets 'round here. Do we need to designate a release manager? I

Re: [Python-Dev] PEP 376 - contents of RECORD file

2011-11-15 Thread Éric Araujo
Hi Paul, Looking at a RECORD file installed by pysetup (on 3.3 trunk, on Windows) all of the filenames seem to be absolute, even though the package is pure-Python and so everything is under site-packages. Looking at PEP 376, it looks like the paths should be relative to site-packages. Two

Re: [Python-Dev] [Python-checkins] cpython: Issue #6397: Support '/dev/poll' polling objects in select module, under

2011-11-15 Thread Éric Araujo
Hi, http://hg.python.org/cpython/rev/8f7ab4bf7ad9 user:Jesus Cea j...@jcea.es date:Mon Nov 14 19:07:41 2011 +0100 summary: Issue #6397: Support '/dev/poll' polling objects in select module, under Solaris derivatives. +.. _devpoll-objects: + +``/dev/poll`` Polling