Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c95e88c + 7eca734 commit 205c226Copy full SHA for 205c226
1 file changed
Misc/NEWS
@@ -113,6 +113,9 @@ Core and Builtins
113
Library
114
-------
115
116
+- Issue #17172: Make turtledemo start as active on Mac even when run with
117
+ subprocess. Patch by Ned Daily and Lita Cho.
118
+
119
- Issue #21704: Fix build error for _multiprocessing when semaphores
120
are not available. Patch by Arfrever Frehtes Taifersar Arahesis.
121
@@ -643,6 +646,10 @@ Extension Modules
643
646
IDLE
644
647
----
645
648
649
+- Issue #17172: Add the ability to run turtledemo from Idle.
650
+ Currently, the entry is on the Help menu, but it may move to Run.
651
+ Patch by Ramchandra Apt and Lita Cho.
652
653
- Issue #21765: Add support for non-ascii identifiers to HyperParser.
654
655
- Issue #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav
0 commit comments