Re: [Python-3000] About to merge the py3k-pep3137 branch back into the py3k branch

2007-11-06 Thread Guido van Rossum
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

Re: [Python-3000] About to merge the py3k-pep3137 branch back into the py3k branch

2007-11-06 Thread Guido van Rossum
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

[Python-3000] About to merge the py3k-pep3137 branch back into the py3k branch

2007-11-06 Thread Guido van Rossum
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

Re: [Python-3000] Leaks in py3k-pep3137 branch

2007-11-06 Thread Guido van Rossum
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

[Python-3000] Leaks in py3k-pep3137 branch

2007-11-06 Thread Guido van Rossum
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

Re: [Python-3000] need help fixing broken tests in py3k-pep3137 branch

2007-11-06 Thread Christian Heimes
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