]> granicus.if.org Git - python/commitdiff
Issue #27365: Allow non-ascii in idlelib/NEWS.txt - minimal part for 3.5.2.
authorTerry Jan Reedy <tjreedy@udel.edu>
Wed, 22 Jun 2016 07:55:20 +0000 (03:55 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Wed, 22 Jun 2016 07:55:20 +0000 (03:55 -0400)
Lib/idlelib/NEWS.txt
Lib/idlelib/aboutDialog.py

index 6c41e2892c5a410712321753dfa0dae756cfa7b0..00d5005b05cb11dde2970b5b6cb2c7f7f40d34d0 100644 (file)
@@ -30,7 +30,7 @@ What's New in IDLE 3.5.2?
   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.
   Original patch by Saimadhav Heblikar .
@@ -48,7 +48,7 @@ What's New in IDLE 3.5.2?
 - 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 \92 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'.
 
index 3112e6a3da0c8471a6607e2ce28ef4ea4d8b7367..0457c4398923b5a89aa1cec3050020c4e6dd2f72 100644 (file)
@@ -130,7 +130,7 @@ class AboutDialog(Toplevel):
         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()