changeset: 91917:e344539cda11 branch: 3.4 parent: 91915:04dd26ca02f4 user: Terry Jan Reedy date: Mon Jul 28 22:38:19 2014 -0400 files: Misc/NEWS description: Issue #17172: add NEWS diff -r 04dd26ca02f4 -r e344539cda11 Misc/NEWS --- a/Misc/NEWS Mon Jul 28 22:23:59 2014 -0400 +++ b/Misc/NEWS Mon Jul 28 22:38:19 2014 -0400 @@ -27,6 +27,9 @@ Library ------- +- Issue #17172: Make turtledemo start as active on Mac even when run with + subprocess. Patch by Ned Daily and Lita Cho. + - Issue #21704: Fix build error for _multiprocessing when semaphores are not available. Patch by Arfrever Frehtes Taifersar Arahesis. @@ -202,6 +205,10 @@ IDLE ---- +- Issue #17172: Add the ability to run turtledemo from Idle. + Currently, the entry is on the Help menu, but it may move to Run. + Patch by Ramchandra Apt and Lita Cho. + - Issue #21765: Add support for non-ascii identifiers to HyperParser. - Issue #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav