diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-12-07 18:41:26 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-12-07 18:41:26 (GMT) |
commit | 227f6e0dc5415cac4dcec0c8b045d128b6b02915 (patch) | |
tree | 930e02a4dc2ed8c4c8c24c43c3837fcc0639797d /Lib/test/data | |
parent | fd0c92fe07ff9c06a2174438c1b04460ab601cd8 (diff) | |
download | cpython-227f6e0dc5415cac4dcec0c8b045d128b6b02915.zip cpython-227f6e0dc5415cac4dcec0c8b045d128b6b02915.tar.gz cpython-227f6e0dc5415cac4dcec0c8b045d128b6b02915.tar.bz2 |
remove HTTPSConnection's check_hostname parameter (#22959)
Diffstat (limited to 'Lib/test/data')
-rw-r--r-- | Lib/test/data/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/data/README b/Lib/test/data/README deleted file mode 100644 index 8bf8c9b..0000000 --- a/Lib/test/data/README +++ /dev/null @@ -1,2 +0,0 @@ -This empty directory serves as destination for temporary files -created by some tests. |