]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merge revs 42842, 42844, and part of a whitespace normalization
authorTim Peters <tim.peters@gmail.com>
Mon, 20 Mar 2006 02:12:05 +0000 (02:12 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 20 Mar 2006 02:12:05 +0000 (02:12 +0000)
commit0ca22126ce8b0e5a5ea916e1fb1dac9ce9fb4557
tree6e341601ad7bd606ce2a9a177687921be465196d
parent5a8605ec1cf5cd388dcde9a3cd90b3ef6061bcc7
Merge revs 42842, 42844, and part of a whitespace normalization
patch from the trunk.

This stops test_socket_ssl from dying with:

    TypeError: 'NoneType' object is not callable

in urlparsre.py's urljoin() when the tests are run in this order:

    test_???
    test_importhooks
    test_socket_ssl

"test_???" can be various things, but must be there.  For
example, test_urllibnet "works" to provoke the failure.

Alas, nobody actually understands _why_ test_socket_ssl fails
then, or why this hack makes the problem go away.

Amazingly, the tests just happened to run in the right order on
the 2.4 branch on two Windows buildbot slaves today, causing them
both to fail their most recent test runs before this patch.
Lib/test/test_importhooks.py