diff options
author | 2022-08-08 18:09:06 +0300 | |
---|---|---|
committer | 2022-08-08 18:09:06 +0300 | |
commit | da4aae29f829fdf288b42919671274d7d463fe04 (patch) | |
tree | b3d9fcfde4bc5bdf0b08ccb7ede0426138fdd13b /Tools | |
parent | gh-95491: Mention IDLE Issue project in Readme (GH-95750) (diff) | |
download | cpython-da4aae29f829fdf288b42919671274d7d463fe04.tar.gz cpython-da4aae29f829fdf288b42919671274d7d463fe04.tar.bz2 cpython-da4aae29f829fdf288b42919671274d7d463fe04.zip |
[3.10] gh-91838: Resolve more HTTP links which redirect to HTTPS (GH-95650). (GH-95786)
(cherry picked from commit cc9160a29bc3356ced92348bcd8e6668c67167c9)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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 df70aae66b7..8ec4b00165e 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 |