summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorhodbn <hodbn@users.noreply.github.com>2020-06-09 12:20:13 -0700
committerhodbn <hodbn@users.noreply.github.com>2020-06-09 12:20:13 -0700
commitb3b025cc542f5bf145edf3b8d8d65b052db7ba56 (patch)
tree9191213c5988d6947b1b07e97b3f9f2a7613d587 /test
parent4570cebd0d34adb764f0fba7dc276b61afb9eff4 (diff)
downloadurllib3-b3b025cc542f5bf145edf3b8d8d65b052db7ba56.tar.gz
Update docs for an old Python version test
Diffstat (limited to 'test')
-rw-r--r--test/test_response.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_response.py b/test/test_response.py
index f7802b16..a476f23b 100644
--- a/test/test_response.py
+++ b/test/test_response.py
@@ -762,7 +762,7 @@ class TestResponse(object):
next(r)
def test_buggy_incomplete_read(self):
- # Simulate buggy versions of Python
+ # Simulate buggy versions of Python (<2.7.4)
# See http://bugs.python.org/issue16298
content_length = 1337
fp = BytesIO(b"")