changeset: 99626:11c789c034fe branch: 2.7 parent: 99621:8873f34e2186 user: Terry Jan Reedy date: Fri Dec 18 15:46:52 2015 -0500 files: Lib/idlelib/README.txt description: Issue #25905: Revert unwanted conversion of ' to ’ RIGHT SINGLE QUOTATION MARK. diff -r 8873f34e2186 -r 11c789c034fe Lib/idlelib/README.txt --- a/Lib/idlelib/README.txt Fri Dec 18 13:12:33 2015 +0200 +++ b/Lib/idlelib/README.txt Fri Dec 18 15:46:52 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.