From a81534fed8ff34b67a2726d333d9725454663c82 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Thu, 18 Oct 2018 00:10:19 -0400 Subject: doc: convert more http:// links to https:// -- Signed-off-by: Daniel Kahn Gillmor --- lang/python/tests/t-idiomatic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/python/tests/t-idiomatic.py') diff --git a/lang/python/tests/t-idiomatic.py b/lang/python/tests/t-idiomatic.py index 36f81372..bc05e6c6 100755 --- a/lang/python/tests/t-idiomatic.py +++ b/lang/python/tests/t-idiomatic.py @@ -71,7 +71,7 @@ if sys.version_info[0] == 3: # hence we cannot use it as sink. # XXX: Python's io.BytesIo.truncate does not work as advertised. - # http://bugs.python.org/issue27261 + # https://bugs.python.org/issue27261 bio = io.BytesIO() bio.truncate(1) if len(bio.getvalue()) != 1: -- cgit v1.2.3