[pywin32-bugs] [ pywin32-Bugs-1081112 ] impossible to type the following
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2004-12-08 05:29:07
|
Bugs item #1081112, was opened at 2004-12-07 21:29 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1081112&group_id=78018 Category: pythonwin Group: None Status: Open Resolution: None Priority: 5 Submitted By: Bryan (belred) Assigned to: Nobody/Anonymous (nobody) Summary: impossible to type the following Initial Comment: the following is impossible to type with auto-complete enabled for build 203, python 2.4. >>> class Foo(object): ... def x(self): pass ... def __getattribute__(self, name): ... print name ... raise AttributeError ... >>> f = Foo() >>> f.x when the dot is typed in the previous line you get the following, so it's impossible to type the x after the dot. >>> f.__dict__ __members__ __methods__ __class__ __class__ __class__ f. bryan ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1081112&group_id=78018 |