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.

Author roger.serwy
Recipients Todd.Rovito, benjamin.peterson, ezio.melotti, georg.brandl, larry, ned.deily, orsenthil, rhettinger, roger.serwy, terry.reedy
Date 2013-04-02.06:43:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <515A7E5E.1030806@gmail.com>
In-reply-to <1364882255.43.0.190353426481.issue17613@psf.upfronthosting.co.za>
Content
On 04/02/2013 12:57 AM, Ned Deily wrote:
> 2. Roger, is this issue new to 2.7.4, 3.2.4, or 3.3.1?
No, this bug has been baked into IDLE since the beginning. See line 215 
http://hg.python.org/cpython/file/30713d5288df/Lib/idlelib/ColorDelegator.py
>   How likely do you think it will be seen by users?
For Windows users using pythonw.exe, it would cause IDLE to immediately 
terminate due to issue13582. On Linux and Mac, the errors would write to 
stderr, though not likely be visible to the end user. On Linux and Mac 
the error is not "harmful" since IDLE still remains perfectly usable. 
The error does not leave IDLE in an inconsistent state.
>   And what is your recommendation to the release managers about including the patch in any or all of the pending maintenance releases, understanding that the options are to cherry-pick into the final and hope for the best, cherry-pick it and do an RC2, or defer the fix to the next maintenance releases?
I'm ok with cherry-picking it into the final, but in the interest of 
simplicity, I'd recommend deferring it to the next maintenance release. 
There are other bugs, like #8900 that are easier to trigger than this one.
History
Date User Action Args
2013-04-02 06:43:41roger.serwysetrecipients: + roger.serwy, georg.brandl, rhettinger, terry.reedy, orsenthil, larry, benjamin.peterson, ned.deily, ezio.melotti, Todd.Rovito
2013-04-02 06:43:41roger.serwylinkissue17613 messages
2013-04-02 06:43:41roger.serwycreate