File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ()
You can’t perform that action at this time.
0 commit comments