diff options
| author | hodbn <hodbn@users.noreply.github.com> | 2020-06-09 12:20:13 -0700 |
|---|---|---|
| committer | hodbn <hodbn@users.noreply.github.com> | 2020-06-09 12:20:13 -0700 |
| commit | b3b025cc542f5bf145edf3b8d8d65b052db7ba56 (patch) | |
| tree | 9191213c5988d6947b1b07e97b3f9f2a7613d587 /test | |
| parent | 4570cebd0d34adb764f0fba7dc276b61afb9eff4 (diff) | |
| download | urllib3-b3b025cc542f5bf145edf3b8d8d65b052db7ba56.tar.gz | |
Update docs for an old Python version test
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_response.py | 2 |
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"") |
