diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2022-08-08 11:00:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-08 11:00:17 (GMT) |
commit | cc9160a29bc3356ced92348bcd8e6668c67167c9 (patch) | |
tree | 17693f24e332b5c9fdab21801e912b086c498f5b /Tools | |
parent | 78a85a34ea2583b8489eeafba5b2018fa2048a4d (diff) | |
download | cpython-cc9160a29bc3356ced92348bcd8e6668c67167c9.zip cpython-cc9160a29bc3356ced92348bcd8e6668c67167c9.tar.gz cpython-cc9160a29bc3356ced92348bcd8e6668c67167c9.tar.bz2 |
gh-91838: Resolve more HTTP links which redirect to HTTPS (GH-95650)
Diffstat (limited to 'Tools')
-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 0343c2d..4227e93 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 |