]> granicus.if.org Git - python/commit
Merge #18206: Fix test for existence of license URL.
authorR David Murray <rdmurray@bitdance.com>
Sat, 14 Sep 2013 17:31:14 +0000 (13:31 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sat, 14 Sep 2013 17:31:14 +0000 (13:31 -0400)
commitf11caa0bba648d744c1d4050b11038505fd6e1fe
tree90635e35856f0f72b27298ca4c66d481b3494713
parentc79413df5efc3e4e46135ff0ca0ddb601a2313c2
parent1bc6ceba923e41a85d529aefbc0bbb8c1dd4bd10
Merge #18206: Fix test for existence of license URL.

This test will fail because a previous attempt to fix a merge error
in site.py was incorrect, but the test wasn't running so it wasn't
caught.  The next commit will fix the site.py bug.
Lib/test/test_site.py