Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b8a79ae

Browse files
committed
Issue #27365: Merge minimal part.
2 parents ec51eb7 + 6ff7a14 commit b8a79ae

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lib/idlelib/NEWS.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ What's New in IDLE 3.6.0?
5858
Original patch by Saimadhav Heblikar.
5959

6060
- Issue #18410: Add test for IDLE's search dialog.
61-
Original patch by Westley Mart�nez.
61+
Original patch by Westley Martínez.
6262

6363
- Issue #21703: Add test for undo delegator. Patch mostly by
6464
Saimadhav Heblikar .
@@ -76,7 +76,7 @@ What's New in IDLE 3.6.0?
7676
- Issue #25507: fix incorrect change in IOBinding that prevented printing.
7777
Augment IOBinding htest to include all major IOBinding functions.
7878

79-
- Issue #25905: Revert unwanted conversion of ' to RIGHT SINGLE QUOTATION
79+
- Issue #25905: Revert unwanted conversion of ' to RIGHT SINGLE QUOTATION
8080
MARK in README.txt and open this and NEWS.txt with 'ascii'.
8181
Re-encode CREDITS.txt to utf-8 and open it with 'utf-8'.
8282

Lib/idlelib/help_about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def ShowIDLEAbout(self):
130130
self.display_file_text('About - Readme', 'README.txt', 'ascii')
131131

132132
def ShowIDLENEWS(self):
133-
self.display_file_text('About - NEWS', 'NEWS.txt', 'ascii')
133+
self.display_file_text('About - NEWS', 'NEWS.txt', 'utf-8')
134134

135135
def display_printer_text(self, title, printer):
136136
printer._Printer__setup()

0 commit comments

Comments
 (0)