Kaydet (Commit) 9f957705 authored tarafından Terry Jan Reedy's avatar Terry Jan Reedy

Fix typo in IDLE News.

üst d3fb5579
...@@ -4,7 +4,7 @@ What's New in IDLE 3.5.3? ...@@ -4,7 +4,7 @@ What's New in IDLE 3.5.3?
- Issue #27714: text_textview and test_autocomplete now pass when re-run - Issue #27714: text_textview and test_autocomplete now pass when re-run
in the same process. This occurs when test_idle fails when run with the in the same process. This occurs when test_idle fails when run with the
-w option but without -jn. Fix warning tom test_config. -w option but without -jn. Fix warning from test_config.
- Issue #25507: IDLE no longer runs buggy code because of its tkinter imports. - Issue #25507: IDLE no longer runs buggy code because of its tkinter imports.
Users must include the same imports required to run directly in Python. Users must include the same imports required to run directly in Python.
......
...@@ -142,7 +142,7 @@ IDLE ...@@ -142,7 +142,7 @@ IDLE
- Issue #27714: text_textview and test_autocomplete now pass when re-run - Issue #27714: text_textview and test_autocomplete now pass when re-run
in the same process. This occurs when test_idle fails when run with the in the same process. This occurs when test_idle fails when run with the
-w option but without -jn. Fix warning tom test_config. -w option but without -jn. Fix warning from test_config.
- Issue #25507: IDLE no longer runs buggy code because of its tkinter imports. - Issue #25507: IDLE no longer runs buggy code because of its tkinter imports.
Users must include the same imports required to run directly in Python. Users must include the same imports required to run directly in Python.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment