Re: [Python-Dev] Status of the Buildbot fleet and related bugs

2009-11-06 Thread Mark Dickinson
On Fri, Nov 6, 2009 at 3:53 AM, R. David Murray wrote: >    (1) issue 3864: FreeBSD testing hangs consistently.  According to the >        ticket this is a FreeBSD bug fixed in 6.4, so an OS upgrade >        on the buildslave would probably solve it. I think the particular issue mentioned in 386

Re: [Python-Dev] Status of the Buildbot fleet and related bugs

2009-11-06 Thread Thomas Heller
R. David Murray schrieb: > The buildbot waterfall is much greener now. Thanks to all who have > contributed to making it so (and it hasn't just been Mark and Antoine > and I, though we've been the most directly active (and yes, Mark, you > did contribute several fixes!)). [...] > In the 'unstable'

Re: [Python-Dev] PEP 3003 - Python Language Moratorium

2009-11-06 Thread Nick Coghlan
Brett Cannon wrote: > On Thu, Nov 5, 2009 at 19:23, Guido van Rossum wrote: >> On Thu, Nov 5, 2009 at 3:35 PM, Brett Cannon wrote: >>> On Thu, Nov 5, 2009 at 15:26, Guido van Rossum wrote: I have come to the conclusion that there are better ways to pre-announce that a module is going t

Re: [Python-Dev] PEP 3003 - Python Language Moratorium

2009-11-06 Thread Willem Broekema
On Fri, Nov 6, 2009 at 6:18 AM, Steven D'Aprano wrote: > I don't know how mature or active it is, so it may not count as either > major or complete, but there's also CLPython: > > http://common-lisp.net/project/clpython/ CLPython is in steady development, quite complete and stable on the language

Re: [Python-Dev] PEP 3003 - Python Language Moratorium

2009-11-06 Thread Dirkjan Ochtman
On Fri, Nov 6, 2009 at 10:35, Nick Coghlan wrote: > Longer term, a solution may be to extend the standard deprecation period > one release and make pending deprecation warnings required rather than > optional. That way, on the ball developers would have a full release to > quash deprecation warnin