From db39050396a104c73d0da473a2f00a62f9dfdfaa Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Sat, 24 Sep 2022 14:38:53 +0300 Subject: gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961) --- Lib/wsgiref/validate.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Lib/wsgiref/validate.py') diff --git a/Lib/wsgiref/validate.py b/Lib/wsgiref/validate.py index 6e16578dbb..6044e320a4 100644 --- a/Lib/wsgiref/validate.py +++ b/Lib/wsgiref/validate.py @@ -1,6 +1,6 @@ # (c) 2005 Ian Bicking and contributors; written for Paste (http://pythonpaste.org) -# Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php -# Also licenced under the Apache License, 2.0: http://opensource.org/licenses/apache2.0.php +# Licensed under the MIT license: https://opensource.org/licenses/mit-license.php +# Also licenced under the Apache License, 2.0: https://opensource.org/licenses/apache2.0.php # Licensed to PSF under a Contributor Agreement """ Middleware to check for obedience to the WSGI specification. -- cgit v1.2.1