changeset: 102128:b8926908d2a0 parent: 102125:75cf678bc78d parent: 102127:783dfd77e4c1 user: Terry Jan Reedy date: Wed Jun 22 03:57:32 2016 -0400 files: Lib/idlelib/NEWS.txt Lib/idlelib/help_about.py description: Issue #27365: Merge minimal part. diff -r 75cf678bc78d -r b8926908d2a0 Lib/idlelib/NEWS.txt --- a/Lib/idlelib/NEWS.txt Tue Jun 21 23:47:24 2016 -0700 +++ b/Lib/idlelib/NEWS.txt Wed Jun 22 03:57:32 2016 -0400 @@ -58,7 +58,7 @@ Original patch by Saimadhav Heblikar. - Issue #18410: Add test for IDLE's search dialog. - Original patch by Westley Martínez. + Original patch by Westley Martínez. - Issue #21703: Add test for undo delegator. Patch mostly by Saimadhav Heblikar . @@ -76,7 +76,7 @@ - Issue #25507: fix incorrect change in IOBinding that prevented printing. Augment IOBinding htest to include all major IOBinding functions. -- Issue #25905: Revert unwanted conversion of ' to ’ RIGHT SINGLE QUOTATION +- Issue #25905: Revert unwanted conversion of ' to ’ RIGHT SINGLE QUOTATION MARK in README.txt and open this and NEWS.txt with 'ascii'. Re-encode CREDITS.txt to utf-8 and open it with 'utf-8'. diff -r 75cf678bc78d -r b8926908d2a0 Lib/idlelib/help_about.py --- a/Lib/idlelib/help_about.py Tue Jun 21 23:47:24 2016 -0700 +++ b/Lib/idlelib/help_about.py Wed Jun 22 03:57:32 2016 -0400 @@ -130,7 +130,7 @@ self.display_file_text('About - Readme', 'README.txt', 'ascii') def ShowIDLENEWS(self): - self.display_file_text('About - NEWS', 'NEWS.txt', 'ascii') + self.display_file_text('About - NEWS', 'NEWS.txt', 'utf-8') def display_printer_text(self, title, printer): printer._Printer__setup()