diff options
Diffstat (limited to 'lang/python/tests/t-idiomatic.py')
-rwxr-xr-x | lang/python/tests/t-idiomatic.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |