gh-112953: Rename idlelib/NEWS.txt to News3.txt and update (#112988)

This commit is contained in:
Terry Jan Reedy 2023-12-12 01:00:51 -05:00 committed by GitHub
parent 616622cab7
commit e0fb7004ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 5 deletions

View file

@ -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: