mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
gh-112953: Rename idlelib/NEWS.txt to News3.txt and update (#112988)
This commit is contained in:
parent
616622cab7
commit
e0fb7004ed
3 changed files with 17 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue