diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2022-09-24 11:38:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-24 11:38:53 (GMT) |
commit | db39050396a104c73d0da473a2f00a62f9dfdfaa (patch) | |
tree | 2dfe5638f680aa797f47bd73f40bada3c49e489e /Lib/wsgiref | |
parent | f00383ec9bb9452fd9d5f5003f123e68fc4a71d8 (diff) | |
download | cpython-db39050396a104c73d0da473a2f00a62f9dfdfaa.zip cpython-db39050396a104c73d0da473a2f00a62f9dfdfaa.tar.gz cpython-db39050396a104c73d0da473a2f00a62f9dfdfaa.tar.bz2 |
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
Diffstat (limited to 'Lib/wsgiref')
-rw-r--r-- | Lib/wsgiref/validate.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/wsgiref/validate.py b/Lib/wsgiref/validate.py index 6e16578..6044e32 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. |