[Python-Dev] Cut/Copy/Paste items in IDLE right click context menu

2012-11-02 Thread Andrew Svetlov
Hi. There are issue for subject: http://bugs.python.org/issue1207589 It has patches, implemented well and committed. I've pushed it to versions 2.7, 3.2, 3.3 and 3.4. My thoughts are: the issue is not brand new subject but improvement for current IDLE functionality. Added code cannot break any exi

Re: [Python-Dev] Cut/Copy/Paste items in IDLE right click context menu

2012-11-02 Thread Nick Coghlan
On Sat, Nov 3, 2012 at 12:46 AM, Andrew Svetlov wrote: > Hi. There are issue for subject: http://bugs.python.org/issue1207589 > It has patches, implemented well and committed. > I've pushed it to versions 2.7, 3.2, 3.3 and 3.4. > > My thoughts are: the issue is not brand new subject but improvemen

Re: [Python-Dev] Cut/Copy/Paste items in IDLE right click context menu

2012-11-02 Thread R. David Murray
On Sat, 03 Nov 2012 01:16:12 +1000, Nick Coghlan wrote: > On Sat, Nov 3, 2012 at 12:46 AM, Andrew Svetlov > wrote: > > Hi. There are issue for subject: http://bugs.python.org/issue1207589 [...] > The status quo is that IDLE is covered by the "no new features in > maintenance releases" rule along

[Python-Dev] Summary of Python tracker Issues

2012-11-02 Thread Python tracker
ACTIVITY SUMMARY (2012-10-26 - 2012-11-02) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open3804 (-19) closed 24361 (+77) total 28165 (+58) Open issues wit

Re: [Python-Dev] Cut/Copy/Paste items in IDLE right click context menu

2012-11-02 Thread Terry Reedy
On 11/2/2012 11:16 AM, Nick Coghlan wrote: On Sat, Nov 3, 2012 at 12:46 AM, Andrew Svetlov wrote: Hi. There are issue for subject: http://bugs.python.org/issue1207589 It has patches, implemented well and committed. I've pushed it to versions 2.7, 3.2, 3.3 and 3.4. My thoughts are: the issue is

Re: [Python-Dev] Cut/Copy/Paste items in IDLE right click context menu

2012-11-02 Thread Ned Deily
In article <20121102153459.0107b250...@webabinitio.net>, "R. David Murray" wrote: > On Sat, 03 Nov 2012 01:16:12 +1000, Nick Coghlan wrote: > > On Sat, Nov 3, 2012 at 12:46 AM, Andrew Svetlov > > wrote: > > > Hi. There are issue for subject: http://bugs.python.org/issue1207589 > [...] > > The

Re: [Python-Dev] Cut/Copy/Paste items in IDLE right click context menu

2012-11-02 Thread Ned Deily
In article , Terry Reedy wrote: > For instance, the existence of a right-click context menu is not > mentioned in the sketchy Library manual chapter for IDLE. Actually, it is documented as of a few weeks ago (see the changes for Issue10405). And the issue under discussion here updated both th

Re: [Python-Dev] Python 3.3 vs. Python 2.7 benchmark results (again, but this time more solid numbers)

2012-11-02 Thread Brett Cannon
Issue filed for the performance issue: http://bugs.python.org/issue16390 With that change and running on tip of Mako on my laptop now reports 1.25x slower which is *much* better than it was. This performance issue might also explain why all of the regex compilation benchmarks are worse under Pytho

Re: [Python-Dev] Summary of Python tracker Issues

2012-11-02 Thread Eric Snow
On Fri, Nov 2, 2012 at 11:07 AM, Python tracker wrote: > > ACTIVITY SUMMARY (2012-10-26 - 2012-11-02) > Python tracker at http://bugs.python.org/ > > To view or respond to any of the issues listed below, click on the issue. > Do NOT respond to this message. > > Issues counts and deltas: > open

Re: [Python-Dev] Summary of Python tracker Issues

2012-11-02 Thread Andrew Svetlov
On Fri, Nov 2, 2012 at 10:05 PM, Eric Snow wrote: > > On Fri, Nov 2, 2012 at 11:07 AM, Python tracker wrote: > > > > ACTIVITY SUMMARY (2012-10-26 - 2012-11-02) > > Python tracker at http://bugs.python.org/ > > > > To view or respond to any of the issues listed below, click on the issue. > > Do NO

Re: [Python-Dev] Cut/Copy/Paste items in IDLE right click context menu

2012-11-02 Thread Nick Coghlan
On Sat, Nov 3, 2012 at 3:29 AM, Terry Reedy wrote: >> The way to resolve a proposal >> >> like that is to put it forward as a PEP, and explain the rationale for >> treating IDLE differently. > > > A PEP seems like overkill to me. The matter is a rule clarification, not an > enhancement proposal. T

Re: [Python-Dev] Cut/Copy/Paste items in IDLE right click context menu

2012-11-02 Thread Terry Reedy
On 11/2/2012 10:04 PM, Nick Coghlan wrote: On Sat, Nov 3, 2012 at 3:29 AM, Terry Reedy wrote: The way to resolve a proposal like that is to put it forward as a PEP, and explain the rationale for treating IDLE differently. A PEP seems like overkill to me. The matter is a rule clarification,