[Python-Dev] Status of PEP 3143?

2010-12-08 Thread Kirk McDonald
What is the status of PEP 3143? It appears to be aimed at 3.2, but there does not appear to be a resolution on it. ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/ma

Re: [Python-Dev] Wow!

2009-02-13 Thread Kirk McDonald
http://en.wikipedia.org/wiki/Kessler_Syndrome On Fri, Feb 13, 2009 at 1:12 PM, Raymond Hettinger wrote: > > http://www.latimes.com/news/science/la-sci-satellite-collision15-2009feb15,0,7901281.story > ___ > Python-Dev mailing list > Python-Dev@python.o

Re: [Python-Dev] Reindenting the C code base?

2008-12-16 Thread Kirk McDonald
tion in Python's C files: > > > > (defun c-select-style () > > "Hack: Select the C style to use from buffer indentation." > > (save-excursion > >(if (re-search-forward "^\t" 3000 t) > >(c-set-style "python") > >

Re: [Python-Dev] Any PEP about 2.6 -> 3000 code transition?

2008-07-23 Thread Kirk McDonald
en starting this upgrade until the C API is nailed down and such a document exists. But any drafts, or even a bulleted list of changes, would at least give me an idea of the scope of what I'm in for. [1] http://pyd.dsource.org -Kirk McDonald ___ Pytho