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 2009-03-30.14:30:13
SpamBayes Score 3.9597803e-10
Marked as misclassified No
Message-id <1238423415.75.0.00639257453265.issue1350@psf.upfronthosting.co.za>
In-reply-to
Content
I think that because of the re-write of CallTips.py for py3k that we 
would need separate patches for 2.7 and 3.1.  I suggest dropping the 
idea of adding the functionality to 2.7 unless OP wants to provide a 
separate patch against TRUNK.  Because of the re-write, svn-merge will 
fail totally unless the rewrite is backported (which would have to be 
done as a separate patch, first.)  Let's forget 2.x for this.

We already are using inspect and the added functionality intended here 
should be implemented as a patch against current py3k HEAD.  This patch 
won't appy.  Also, if there is more new functionality than just the doc 
string window, it should be broken out into separate patches.

The added functionality is useful, but this patch is not the way to go.
History
Date User Action Args
2009-03-30 14:30:16kbksetrecipients: + kbk, taleinat
2009-03-30 14:30:15kbksetmessageid: <1238423415.75.0.00639257453265.issue1350@psf.upfronthosting.co.za>
2009-03-30 14:30:14kbklinkissue1350 messages
2009-03-30 14:30:13kbkcreate