Re: [Python-Dev] Unladen-Swallow: A faster python

2009-03-28 Thread andrew cooke
Mark Hammond wrote: [...I wrote] > > i'm discussing a programming language, not the size of your dick. > > Wow, talk about jumping to conclusions :) Is there something you feel > the need to get off your chest? i'm not sure how this has ended up in python-dev; i was responding in python and if y

Re: [Python-Dev] Unladen-Swallow: A faster python

2009-03-28 Thread andrew cooke
Mark Hammond wrote: > On 28/03/2009 9:50 PM, andrew cooke wrote: >> Tim Roberts wrote: >>> [...] IronPython has certainly shown that Python can be successfully >>> implemented in a JIT compiled VM in a performant way, but it has issues >>> running C extension

Re: [Python-Dev] Core projects: 3to2

2009-03-19 Thread andrew cooke
Terry Reedy wrote: > Antoine Pitrou wrote: >> Terry Reedy udel.edu> writes: >>> Some of the people who need to support both late 2.x and 3.x would >>> prefer to write 3.x code and backport. The OP of a current python-list >>> thread asked whether there was any way to write something like >>> >>>

Re: [Python-Dev] Building Py3K branch docs with Sphinx

2009-03-12 Thread andrew cooke
Tim Golden wrote: > Tim Golden wrote: >> Can I ask which flavour of Sphinx is being used to build the py3k docs? >> I've taken the naive approach of simply pulling the sources from >> branches/py3k and then calling make checkout to fetch the appropriate >> sources, but these are from http://svn.pyt