Re: [Python-3000] [Python-Dev] No releases tonight

2008-03-02 Thread Arnaud Delobelle
On 2 Mar 2008, at 02:00, Alex Martelli wrote: > On Sat, Mar 1, 2008 at 11:11 AM, Barry Warsaw <[EMAIL PROTECTED]> > wrote: > ... >>> I also propose translations of the shorter text to important >>> languages >>> like French, German, Japanese, Portuguese and Spanish. I'm willing >>> to >>>

[Python-3000] Silent failing unit tests.

2008-03-02 Thread Alexandre Vassalotti
Hi, Since I got some free time during my study break, I started to work again on my stuff. Hopefully, I finish off pickle. :-) Anyway, I found weird while merging the py3k branch into my private branch. I found some failing unit tests that don't report any failure when run with regrtest: test_pty

Re: [Python-3000] Silent failing unit tests.

2008-03-02 Thread Brett Cannon
On Sun, Mar 2, 2008 at 5:56 PM, Alexandre Vassalotti <[EMAIL PROTECTED]> wrote: > Hi, > > Since I got some free time during my study break, I started to work > again on my stuff. Hopefully, I finish off pickle. :-) Anyway, I found > weird while merging the py3k branch into my private branch. I f

Re: [Python-3000] Silent failing unit tests.

2008-03-02 Thread Brett Cannon
On Sun, Mar 2, 2008 at 6:33 PM, Brett Cannon <[EMAIL PROTECTED]> wrote: > On Sun, Mar 2, 2008 at 5:56 PM, Alexandre Vassalotti > <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Since I got some free time during my study break, I started to work > > again on my stuff. Hopefully, I finish off pickl