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 terry.reedy
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.20:58:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351889884.17.0.961728680565.issue1207589@psf.upfronthosting.co.za>
In-reply-to
Content
On pydev, I explained why I think the bug-enhancement policy does not necessarily apply to IDLE, starting the the fact that IDLE was treated as exceptional and not considered bound to normal policy when it was considered for deletion and ending with the fact that exclusionary dichotomous classification is inherently ambiguous in the absence of specification.

Leaving that aside, the right-click context menu is not mentioned in the brief Library manual chapter on IDLE. It is a GUI matter. I suspect that the docs also do not specify the right-click behavior of the standard interpreter either. 

The apparent external GUI standard, at least on Windows, is that context menus have copy, cut, and paste entries as appropriate. I am pretty sure that this could be found in an MS document entitled something like Human Useability Guidelines. By that standard, it was a bug for those to be missing. I know Apple has interface standards docs also, but I don't know what the standard is.

For instance, Firefox has Cut Copy and Paste within this edit box, with the first two activated when a selection is made. Outside the edit box, only Cut appears, when a selection is active.

I think one could reasonably say that this feature is both a bug fix and an enhancement. After all, all bug fixes are enhancements and all enhancements fix the bug of their absence. We use documented intention to tip the scale one way or the other, but that is completely missing for this feature and mostly missing, except for existence and the common, non-Python-specific meaning of words like 'search box', for everything else.
History
Date User Action Args
2012-11-02 20:58:04terry.reedysetrecipients: + terry.reedy, georg.brandl, rhettinger, kbk, taleinat, Nashev, gpolo, ned.deily, roger.serwy, r.david.murray, michael.foord, asvetlov, Todd.Rovito, python-dev
2012-11-02 20:58:04terry.reedysetmessageid: <1351889884.17.0.961728680565.issue1207589@psf.upfronthosting.co.za>
2012-11-02 20:58:04terry.reedylinkissue1207589 messages
2012-11-02 20:58:03terry.reedycreate