Re: [Python-Dev] Fwd: [Python-committers] Pulling from contributors repositories

2011-06-15 Thread Éric Araujo
Le 13/06/2011 07:36, Hirokazu Yamamoto a écrit : > I've read the Python-committers thread "Pulling from contributors > repositories", which is about version control system. It seems there are > two main issues, linear (cleaner) history on pushing, and NEWS merging. > I'm newby of bazaar, but it

Re: [Python-Dev] pysetup as a top script

2011-06-15 Thread Éric Araujo
Le 31/05/2011 08:45, Tarek Ziadé a écrit : > On Tue, May 31, 2011 at 7:13 AM, Nick Coghlan wrote: >> On Tue, May 31, 2011 at 2:44 AM, Tarek Ziadé wrote: >>> If no one objects, I'll promote Tools/scripts/pysetup3 to a top level >>> script that gets installed in scripts/ like 2to3, pydoc etc.. >>>

Re: [Python-Dev] Some additions to .hgignore

2011-06-15 Thread Sandro Tosi
On 2011-06-01, Michael Foord wrote: > That sounds good to me. An issue certainly wouldn't hurt. So be it: http://bugs.python.org/issue12341 :) Cheers, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi _

[Python-Dev] Parser/intrcheck.c

2011-06-15 Thread Antoine Pitrou
Hello, I may be missing something, but I'm wondering whether Parser/intrcheck.c is still used anywhere. It's only mentioned in some comments: $ grep -r intrcheck.c * Modules/signalmodule.c:1197:/* Replacements for intrcheck.c functionality PC/os2vacpp/makefile.omk:217: # intrcheck.c -- Not