Terry J. Reedy <tjre...@udel.edu> added the comment:

CallTips.py has a 'main' test at the end. Currently, test TC fails in 3.x but 
not 2.7. So either the test became invalid or get_argspec was not completely 
and correctly converted from get_arg_text. This should be fixed.

int.append( does not bring up a tip on either version, but should if possible.

The failing examples in previous messages should be added to the tests to 
ensure that all pass now and continue to pass in the future. So I am not 
closing this yet, and a new patch is needed.

----------
resolution: fixed -> 
stage: committed/rejected -> needs patch
title: IDLE get_the_calltip mishandles raw strings -> IDLE: calltips mishandle 
raw strings and other examples

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12510>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to