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.
1 parent 7e55db2 commit 7eca734Copy full SHA for 7eca734
1 file changed
Misc/NEWS
@@ -27,6 +27,9 @@ Core and Builtins
27
Library
28
-------
29
30
+- Issue #17172: Make turtledemo start as active on Mac even when run with
31
+ subprocess. Patch by Ned Daily and Lita Cho.
32
+
33
- Issue #21704: Fix build error for _multiprocessing when semaphores
34
are not available. Patch by Arfrever Frehtes Taifersar Arahesis.
35
@@ -202,6 +205,10 @@ Build
202
205
IDLE
203
206
----
204
207
208
+- Issue #17172: Add the ability to run turtledemo from Idle.
209
+ Currently, the entry is on the Help menu, but it may move to Run.
210
+ Patch by Ramchandra Apt and Lita Cho.
211
212
- Issue #21765: Add support for non-ascii identifiers to HyperParser.
213
214
- Issue #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav
0 commit comments