]> granicus.if.org Git - python/commit
#18206: Fix test for existence of license URL.
authorR David Murray <rdmurray@bitdance.com>
Sat, 14 Sep 2013 17:28:37 +0000 (13:28 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sat, 14 Sep 2013 17:28:37 +0000 (13:28 -0400)
commit1bc6ceba923e41a85d529aefbc0bbb8c1dd4bd10
tree6bdd27d218284e20de2f8389c2d80962593499c9
parent0a9d05155c52456797e6875eb13a9bc463c25d31
#18206: Fix test for existence of license URL.

It now always checks, instead of only when the LICENSE file doesn't exist.  It
is also protected by the 'network' resource, and uses a HEAD request since we
are only doing an existence check.
Lib/test/test_site.py