This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add note to 3.x What's New re Idle changes in bugfix releases
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.4, Python 3.5
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Add What's New for Idle.
View: 21961
Assigned To: terry.reedy Nosy List: ncoghlan, terry.reedy
Priority: normal Keywords:

Created on 2014-05-31 20:03 by terry.reedy, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg219472 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2014-05-31 20:03
In #21569, revising What's New for 2.7, Nick is planning to add the following:

+PEP 434: IDLE Enhancement Exception for All Branches
+----------------------------------------------------
+
+:pep:`434` describes a general exemption for changes made to the IDLE
+development environment shipped along with Python. This exemption makes it
+possible for the IDLE developers to provide a more consistent user
+experience across all supported versions of Python 2 and 3.
+
+For details of any IDLE changes, refer to the NEWS file for the specific
+release.

I think the same should be added to What's New 3.4+ so Idle users are warned and informed that there might be otherwise unexpected changes. At minimum, the last phrase should be changed to "refer to the successive Idle sections of the changelog", where changelog' is linked as it is at the top of the file.

I am not sure where to put this. The 3.4 What's New has no Idle section. I did not think to write one :-(. Of course, there was almost nothing new since the previous 3.3.x bugfix release. I guess such a section should be a cumulative summary what was added since the previous x.y.0 release, even if all went into one of the bugfix releases, including the pending final maintenance release.
msg307591 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2017-12-04 19:47
#21961 ends with the entry I added for 3.4 and 3.5.  3.7 (and checking 3.6) will be a new issue.
History
Date User Action Args
2022-04-11 14:58:04adminsetgithub: 65820
2017-12-04 19:47:12terry.reedysetstatus: open -> closed
superseder: Add What's New for Idle.
messages: + msg307591

resolution: duplicate
stage: needs patch -> resolved
2014-05-31 20:03:08terry.reedycreate