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: About Idle-x version not updated for 1.13
Type: behavior Stage: resolved
Components: IDLE Versions: Python 3.4
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: Nosy List: Jeff Peters, kbk, roger.serwy, terry.reedy
Priority: normal Keywords:

Created on 2016-05-04 16:27 by Jeff Peters, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg264838 - (view) Author: Jeff Peters (Jeff Peters) Date: 2016-05-04 16:27
The help| about idleX | popup  still lists  the version as 1.12  this  throws off the check for updats functionality
msg264862 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2016-05-04 20:53
This is the wrong tracker for this report.  Idle-X is a 3rd party IDLE extension maintained elsewhere.
History
Date User Action Args
2022-04-11 14:58:30adminsetgithub: 71143
2016-05-04 20:53:44terry.reedysetstage: resolved
2016-05-04 20:53:32terry.reedysetstatus: open -> closed
resolution: third party
messages: + msg264862
2016-05-04 16:46:20SilentGhostsetnosy: + terry.reedy, kbk, roger.serwy
type: behavior
2016-05-04 16:27:45Jeff Peterscreate