Issue #17172: add NEWS
This commit is contained in:
parent
7e55db2bc5
commit
7eca7343a0
|
@ -27,6 +27,9 @@ Core and Builtins
|
||||||
Library
|
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
|
- Issue #21704: Fix build error for _multiprocessing when semaphores
|
||||||
are not available. Patch by Arfrever Frehtes Taifersar Arahesis.
|
are not available. Patch by Arfrever Frehtes Taifersar Arahesis.
|
||||||
|
|
||||||
|
@ -202,6 +205,10 @@ Build
|
||||||
IDLE
|
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 #21765: Add support for non-ascii identifiers to HyperParser.
|
||||||
|
|
||||||
- Issue #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav
|
- Issue #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav
|
||||||
|
|
Loading…
Reference in New Issue