summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2023-12-12 06:00:51 (GMT)
committerGitHub <noreply@github.com>2023-12-12 06:00:51 (GMT)
commite0fb7004ede71389c9dd462cd03352cc3c3a4d8c (patch)
treeb0e3551c0e882d44228c1876ef81159f767be0ec /Lib/idlelib/idle_test
parent616622cab7200bac476bf753d6cc98f4ee48808c (diff)
downloadcpython-e0fb7004ede71389c9dd462cd03352cc3c3a4d8c.zip
cpython-e0fb7004ede71389c9dd462cd03352cc3c3a4d8c.tar.gz
cpython-e0fb7004ede71389c9dd462cd03352cc3c3a4d8c.tar.bz2
gh-112953: Rename idlelib/NEWS.txt to News3.txt and update (#112988)
Diffstat (limited to 'Lib/idlelib/idle_test')
-rw-r--r--Lib/idlelib/idle_test/test_help_about.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/idle_test/test_help_about.py b/Lib/idlelib/idle_test/test_help_about.py
index 8b79487..7e16abd 100644
--- a/Lib/idlelib/idle_test/test_help_about.py
+++ b/Lib/idlelib/idle_test/test_help_about.py
@@ -71,7 +71,7 @@ class LiveDialogTest(unittest.TestCase):
"""Test buttons that display files."""
dialog = self.dialog
button_sources = [(self.dialog.readme, 'README.txt', 'readme'),
- (self.dialog.idle_news, 'NEWS.txt', 'news'),
+ (self.dialog.idle_news, 'News3.txt', 'news'),
(self.dialog.idle_credits, 'CREDITS.txt', 'credits')]
for button, filename, name in button_sources: