diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-08-10 10:55:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-10 10:55:50 (GMT) |
commit | a42215c7e1e5a209b1bfb4cd02b52c7c1999f5cf (patch) | |
tree | 987852b894a10bcf894f2552e04e1a55a6bbb4b9 /Tools/c-analyzer | |
parent | 25d0a81e620538ecad5f67a0b71f7961b45c0ad8 (diff) | |
download | cpython-a42215c7e1e5a209b1bfb4cd02b52c7c1999f5cf.zip cpython-a42215c7e1e5a209b1bfb4cd02b52c7c1999f5cf.tar.gz cpython-a42215c7e1e5a209b1bfb4cd02b52c7c1999f5cf.tar.bz2 |
gh-91838: Resolve more HTTP links which redirect to HTTPS (GH-95650) (GH-95780)
(cherry picked from commit cc9160a29bc3356ced92348bcd8e6668c67167c9)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Tools/c-analyzer')
-rw-r--r-- | Tools/c-analyzer/c_parser/parser/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/c-analyzer/c_parser/parser/__init__.py b/Tools/c-analyzer/c_parser/parser/__init__.py index b5eae2e..4c121ad 100644 --- a/Tools/c-analyzer/c_parser/parser/__init__.py +++ b/Tools/c-analyzer/c_parser/parser/__init__.py @@ -12,7 +12,7 @@ conditions that must be applied when parsing C code: * ... -(see: http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf) +(see: https://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf) We have taken advantage of the elements of the C grammar that are used only in a few limited contexts, mostly as delimiters. They allow us to |