diff options
author | Stéphane Wirtel <stephane@wirtel.be> | 2019-02-22 13:45:36 (GMT) |
---|---|---|
committer | Victor Stinner <vstinner@redhat.com> | 2019-02-22 13:45:36 (GMT) |
commit | a40681dd5db8deaf05a635eecb91498dac882aa4 (patch) | |
tree | 004360b7e66660aa058dce5e4ca0b3d1c78d8266 /Misc | |
parent | 3208880f1c72800bacf94a2045fcb0436702c7a1 (diff) | |
download | cpython-a40681dd5db8deaf05a635eecb91498dac882aa4.zip cpython-a40681dd5db8deaf05a635eecb91498dac882aa4.tar.gz cpython-a40681dd5db8deaf05a635eecb91498dac882aa4.tar.bz2 |
bpo-36019: Use pythontest.net instead of example.com in network tests (GH-11941)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2019-02-21-14-23-51.bpo-36019.zS_OUi.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2019-02-21-14-23-51.bpo-36019.zS_OUi.rst b/Misc/NEWS.d/next/Tests/2019-02-21-14-23-51.bpo-36019.zS_OUi.rst new file mode 100644 index 0000000..b14d157 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2019-02-21-14-23-51.bpo-36019.zS_OUi.rst @@ -0,0 +1,2 @@ +Add test.support.TEST_HTTP_URL and replace references of http://www.example.com +by this new constant. Contributed by Stéphane Wirtel. |