[pywin32-bugs] [ pywin32-Bugs-1048325 ] Firing event '<<paren-open>>' failed
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2008-02-22 04:07:00
|
Bugs item #1048325, was opened at 2004-10-16 09:23 Message generated for change (Comment added) made by rupole You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1048325&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: pythonwin Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Erik Anders(erik_andersen) Assigned to: Nobody/Anonymous (nobody) Summary: Firing event '<<paren-open>>' failed Initial Comment: Try typing a closing parentesis after file.__init__. __class__ PythonWin 2.4a3 (#56, Sep 2 2004, 20:50:21) [MSC v.1310 32 bit (Intel)] on win32. Portions Copyright 1994-2004 Mark Hammond (mha...@sk...) - see 'Help/About PythonWin' for further copyright information. >>> file.__init__.__class__Firing event '<<paren- open>>' failed. Traceback (most recent call last): File "C:\Python24\Lib\site- packages\pythonwin\pywin\scintilla\bindings.py", line 141, in fire rc = apply(binding.handler, args) File "C:\Python24\Lib\site- packages\pythonwin\pywin\idle\CallTips.py", line 51, in paren_open_event arg_text = get_arg_text(self. get_object_at_cursor()) File "C:\Python24\Lib\site- packages\pythonwin\pywin\idle\CallTips.py", line 147, in get_arg_text pos = string.find(ob.__doc__, "\n") File "C:\Python24\Lib\string.py", line 293, in find return s.find(*args) AttributeError: 'getset_descriptor' object has no attribute 'find' ) By the way, isn't it strange that we get event '<<paren-open>>' when we type a closing parentesis? ---------------------------------------------------------------------- >Comment By: Roger Upole (rupole) Date: 2008-02-21 23:07 Message: Logged In: YES user_id=771074 Originator: NO Fixed in CallTips.py r 1.2 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1048325&group_id=78018 |