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 tzot
Recipients
Date 2003-08-20.15:16:18
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This happens in IDLE on Windows 2000, from 2.3 EXE 
installer.  Type the following:

>>> def f((a,b), c):
	print a, b, c

>>> f(

The tooltip shows up containing the following exact 
string (but the triple quotes):
"""(.0, c)"""
History
Date User Action Args
2007-08-23 14:16:14adminlinkissue791968 messages
2007-08-23 14:16:14admincreate