diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2022-08-04 16:12:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-04 16:12:35 (GMT) |
commit | ab8a5beb5faf23795ede1e6304aebbcf2e20e0aa (patch) | |
tree | f96a8605355b4a657f1e66b6ba3e2796fb9ae751 /Lib/test/test_grammar.py | |
parent | 5b6acbaa20aa8c80c0f10986bf6c755608664023 (diff) | |
download | cpython-ab8a5beb5faf23795ede1e6304aebbcf2e20e0aa.zip cpython-ab8a5beb5faf23795ede1e6304aebbcf2e20e0aa.tar.gz cpython-ab8a5beb5faf23795ede1e6304aebbcf2e20e0aa.tar.bz2 |
Fix links to old SF bugs (#95648)
Diffstat (limited to 'Lib/test/test_grammar.py')
-rw-r--r-- | Lib/test/test_grammar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_grammar.py b/Lib/test/test_grammar.py index da88519..58f907e 100644 --- a/Lib/test/test_grammar.py +++ b/Lib/test/test_grammar.py @@ -1592,7 +1592,7 @@ class GrammarTests(unittest.TestCase): s = a[-5:] s = a[:-1] s = a[-4:-3] - # A rough test of SF bug 1333982. http://python.org/sf/1333982 + # A rough test of SF bug 1333982. https://bugs.python.org/issue1333982 # The testing here is fairly incomplete. # Test cases should include: commas with 1 and 2 colons d = {} |