All done. The py3k-pep3137 branch is no more. See you all in the py3k branch!
On 11/6/07, Guido van Rossum <[EMAIL PROTECTED]> wrote:
> And no checkins to the py3k-pep3137 branch either please!
>
> On 11/6/07, Guido van Rossum <[EMAIL PROTECTED]> wrote:
> > I'm going to merge the PEP 3137 branch
And no checkins to the py3k-pep3137 branch either please!
On 11/6/07, Guido van Rossum <[EMAIL PROTECTED]> wrote:
> I'm going to merge the PEP 3137 branch back into Py3k, now that I've
> got zero failing tests on Linux and OSX. Please no more checkins to
> the py3k branch until I give the green l
I'm going to merge the PEP 3137 branch back into Py3k, now that I've
got zero failing tests on Linux and OSX. Please no more checkins to
the py3k branch until I give the green light!
--
--Guido van Rossum (home page: http://www.python.org/~guido/)
___
P
Additional leaks found in tests only run with -uall:
test_bsddb3 leaked [65, 65, 65, 65] references, sum=260
On 11/6/07, Guido van Rossum <[EMAIL PROTECTED]> wrote:
> Three tests fail when run with "regrtest.py -R::"
>
> test_frozen
> beginning 9 repetitions
> 123456789
> test test_frozen failed
Three tests fail when run with "regrtest.py -R::"
test_frozen
beginning 9 repetitions
123456789
test test_frozen failed -- Traceback (most recent call last):
File "/usr/local/google/home/guido/python/py3kd/Lib/test/test_frozen.py",
line 36, in test_frozen
'Hello world...\nHello world...\nHel
Guido van Rossum wrote:
>> test_mailbox
>> test_old_mailbox
>
> These are the last two failing tests on Linux.
I've a patch that fixes most of the problems in test_mailbox and
test_old_mailbox but I'm unsure about it. It changes get_file() to read
the file in text mode instead of binary mode.
htt