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 Nashev, Todd.Rovito, asvetlov, georg.brandl, gpolo, kbk, michael.foord, ned.deily, python-dev, r.david.murray, rhettinger, roger.serwy, taleinat, terry.reedy
Date 2012-11-02.16:13:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351872781.57.0.0198640010226.issue1207589@psf.upfronthosting.co.za>
In-reply-to
Content
In a strict sense, the patch does break backward compatibility for third-party IDLE extensions that modify the rmenu_specs contents. It is not a "private" value since it lacks an initial underscore in its name. But given how undocumented IDLE is, especially its extension facility, I don't think poses any problems.

(For what it's worth, I'm the developer of IdleX and I already released a trivial workaround for this change. I welcome this improvement to IDLE, especially when it deprecates an existing IdleX extension.)

While keeping UI consistency may be desirable, keeping it crippled is not. Even Window's Notepad has a decent right-click menu.
History
Date User Action Args
2012-11-02 16:13:01roger.serwysetrecipients: + roger.serwy, georg.brandl, rhettinger, terry.reedy, kbk, taleinat, Nashev, gpolo, ned.deily, r.david.murray, michael.foord, asvetlov, Todd.Rovito, python-dev
2012-11-02 16:13:01roger.serwysetmessageid: <1351872781.57.0.0198640010226.issue1207589@psf.upfronthosting.co.za>
2012-11-02 16:13:01roger.serwylinkissue1207589 messages
2012-11-02 16:13:01roger.serwycreate