changeset: 99627:42963dd81600 branch: 3.4 parent: 99606:bb7a19e42566 user: Terry Jan Reedy date: Fri Dec 18 15:46:57 2015 -0500 files: Lib/idlelib/README.txt description: Issue #25905: Revert unwanted conversion of ' to ’ RIGHT SINGLE QUOTATION MARK. diff -r bb7a19e42566 -r 42963dd81600 Lib/idlelib/README.txt --- a/Lib/idlelib/README.txt Sat Dec 12 06:53:34 2015 +0000 +++ b/Lib/idlelib/README.txt Fri Dec 18 15:46:57 2015 -0500 @@ -1,6 +1,6 @@ README.txt: an index to idlelib files and the IDLE menu. -IDLE is Python’s Integrated Development and Learning +IDLE is Python's Integrated Development and Learning Environment. The user documentation is part of the Library Reference and is available in IDLE by selecting Help => IDLE Help. This README documents idlelib for IDLE developers and curious users.