mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fix links to old SF bugs (#95648)
This commit is contained in:
parent
5b6acbaa20
commit
ab8a5beb5f
16 changed files with 23 additions and 23 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue