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: Idle: sychronize text files across versions as appropriate.
Type: behavior Stage: resolved
Components: IDLE Versions: Python 3.7, Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: terry.reedy Nosy List: terry.reedy
Priority: normal Keywords:

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

Messages (2)
msg219521 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2014-06-01 20:04
Spinoff of #7136: In pushing the patch for that issue, I discovered that formatting changes for help.txt (and maybe /Doc/library/idle.rst) had been applied unevenly. See msg192141, which suggests this issue. 3.3 versus 3.4 differences are moot, so this now means 2.7 versus 3.4+.
msg296390 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2017-06-19 23:27
Help.txt has been replaced by help.html, generated from idle.html, generated from idle.rst, which is so far kept in sync for current maintenance and feature versions.  Readme.txt has been replaced and is in sync for 3.6 and 7.  The 3.6 and 3.7 code have one line difference in test_calltips.
History
Date User Action Args
2022-04-11 14:58:04adminsetgithub: 65831
2017-06-19 23:27:32terry.reedysetstatus: open -> closed
resolution: fixed
messages: + msg296390

stage: needs patch -> resolved
2017-06-19 23:22:55terry.reedysetcomponents: + IDLE
versions: + Python 3.6, Python 3.7, - Python 2.7, Python 3.4, Python 3.5
2014-06-01 20:04:08terry.reedycreate