Update the list command

This commit is contained in:
Valentin Niess
2025-05-21 21:23:30 +02:00
parent fa3ec89228
commit eb05b77a85
8 changed files with 47 additions and 117 deletions

View File

@@ -162,7 +162,7 @@ assert_eq(expected, sys.prefix)
# Test SSL (see issue #24).
if version.major > 2:
Script(f'''
Script('''
from http import HTTPStatus
import urllib.request
with urllib.request.urlopen('https://wikipedia.org') as r: