mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Fix typo in IDLE News.
This commit is contained in:
parent
d3fb55797b
commit
9f957705d6
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ What's New in IDLE 3.5.3?
|
|||
|
||||
- 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
|
||||
-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.
|
||||
Users must include the same imports required to run directly in Python.
|
||||
|
|
|
@ -142,7 +142,7 @@ IDLE
|
|||
|
||||
- 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
|
||||
-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.
|
||||
Users must include the same imports required to run directly in Python.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue