We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80fc171 commit 0a94b48Copy full SHA for 0a94b48
1 file changed
Lib/idlelib/idle_test/test_config.py
@@ -94,7 +94,7 @@ def test_load_file(self):
94
self.assertEqual(parser.GetOptionList('Foo Bar'), ['foo'])
95
96
def test_load_invalid_file(self):
97
- # gh-000000: a corrupt config file must warn and fall back to
+ # gh-153477: a corrupt config file must warn and fall back to
98
# defaults, not abort IDLE startup.
99
self.addCleanup(config._warned.clear)
100
with tempfile.TemporaryDirectory() as tdir:
0 commit comments