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 kbk
Recipients kbk, taleinat
Date 2007-12-12.02:13:17
SpamBayes Score 0.04982737
Marked as misclassified No
Message-id <1197425599.96.0.476853709608.issue1350@psf.upfronthosting.co.za>
In-reply-to
Content
This is very useful!

However, it isn't fully baked.  Please test more
before submitting patches.  Try to break them on
corner cases.

import CallTips
CallTips.CallTips(

AttributeError: 'NoneType' object has no attribute 
'splitlines'

def foo():
    pass

foo(

same error.

There are two conditional blocks which need to go
on separate lines.

The jocular test in CallTipWindow needs to be changed
to avoid needless controversy.  Also, the doc window's
first line isn't quite right.

There may be other issues, but that's as far as I got.

I would like to get this into 2.6a1.  However, I
completely rewrote CallTips.py for 3.0.  I will need
another version of the patch for the latter, can you
supply it once we get 2.6 put to bed?
History
Date User Action Args
2007-12-12 02:13:20kbksetspambayes_score: 0.0498274 -> 0.04982737
recipients: + kbk, taleinat
2007-12-12 02:13:20kbksetspambayes_score: 0.0498274 -> 0.0498274
messageid: <1197425599.96.0.476853709608.issue1350@psf.upfronthosting.co.za>
2007-12-12 02:13:19kbklinkissue1350 messages
2007-12-12 02:13:18kbkcreate