Fix links to old SF bugs (#95648)

This commit is contained in:
Serhiy Storchaka 2022-08-04 19:12:35 +03:00 committed by GitHub
parent 5b6acbaa20
commit ab8a5beb5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 23 additions and 23 deletions

View file

@ -114,7 +114,7 @@ class BasicTestCase(CfgParserTestCaseClass):
# The use of spaces in the section names serves as a
# regression test for SourceForge bug #583248:
# http://www.python.org/sf/583248
# https://bugs.python.org/issue583248
# API access
eq(cf.get('Foo Bar', 'foo'), 'bar1')
@ -932,7 +932,7 @@ class ConfigParserTestCase(BasicTestCase, unittest.TestCase):
('name', 'value')])
def test_safe_interpolation(self):
# See http://www.python.org/sf/511737
# See https://bugs.python.org/issue511737
cf = self.fromstring("[section]\n"
"option1{eq}xxx\n"
"option2{eq}%(option1)s/xxx\n"