Issue #27365: Merge minimal part.

This commit is contained in:
Terry Jan Reedy 2016-06-22 03:57:32 -04:00
commit b8a79ae812
2 changed files with 3 additions and 3 deletions

View file

@ -58,7 +58,7 @@ What's New in IDLE 3.6.0?
Original patch by Saimadhav Heblikar. Original patch by Saimadhav Heblikar.
- Issue #18410: Add test for IDLE's search dialog. - 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 - Issue #21703: Add test for undo delegator. Patch mostly by
Saimadhav Heblikar . Saimadhav Heblikar .
@ -76,7 +76,7 @@ What's New in IDLE 3.6.0?
- Issue #25507: fix incorrect change in IOBinding that prevented printing. - Issue #25507: fix incorrect change in IOBinding that prevented printing.
Augment IOBinding htest to include all major IOBinding functions. 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'. 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'. Re-encode CREDITS.txt to utf-8 and open it with 'utf-8'.

View file

@ -130,7 +130,7 @@ class AboutDialog(Toplevel):
self.display_file_text('About - Readme', 'README.txt', 'ascii') self.display_file_text('About - Readme', 'README.txt', 'ascii')
def ShowIDLENEWS(self): 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): def display_printer_text(self, title, printer):
printer._Printer__setup() printer._Printer__setup()