cpython: a7501ddf74ac (original) (raw)

Mercurial > cpython

changeset 77317:a7501ddf74ac

Merge with 3.2 #12510 [#12510]

Terry Jan Reedy tjreedy@udel.edu
date Sun, 03 Jun 2012 01:06:38 -0400
parents 3c43be281196(current diff)f927a5c6e4be(diff)
children 5e6676be2224
files
diffstat 1 files changed, 17 insertions(+), 15 deletions(-)[+] [-] Lib/idlelib/CallTips.py 32

line wrap: on

line diff

--- a/Lib/idlelib/CallTips.py +++ b/Lib/idlelib/CallTips.py @@ -67,18 +67,18 @@ class CallTips: if not sur_paren: return hp.set_index(sur_paren[0])

If there is a Python subprocess, get the calltip there. Otherwise, @@ -94,25 +94,27 @@ class CallTips: """ try: rpcclt = self.editwin.flist.pyshell.interp.rpcclt

def _find_constructor(class_ob):