What steps will reproduce the problem?
1.
2. def g(distance:"in meters"): pass
3. g(
What is the expected output? What do you see instead?
In the editor's call tip, I expect to see the annotation on distance, ie
distance:"in meters". It works fine if the annotation is a typename like Int,
but when the annotation is a string, as above, it incorrectly pops up the tip
as
distance:"`````````"
What version of the product are you using? On what operating system?
PyScripter 2.4.1.0, Python 3.1.3, Windows 7.
Please provide any additional information below.
Original issue reported on code.google.com by p.wentwo...@ict.ru.ac.za on 25 May 2011 at 8:03
Original issue reported on code.google.com by
p.wentwo...@ict.ru.ac.za
on 25 May 2011 at 8:03