]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-79638: Test other HTTP error codes besides 403 in test_robotparser (#149569)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 8 May 2026 20:24:34 +0000 (23:24 +0300)
committerGitHub <noreply@github.com>
Fri, 8 May 2026 20:24:34 +0000 (20:24 +0000)
commit57ef2199503387617b8af3d719c74089fb70dbd4
tree574d4c5350b2deee4b62fd560e8f511288a51bd9
parent3a62c8f13ab9ab0373fe2bf675b02708cf4f6a6e
gh-79638: Test other HTTP error codes besides 403 in test_robotparser (#149569)

Also, use urllib.request.urlcleanup() in NetworkTestCase.
Lib/test/test_robotparser.py