PythonWin and auto completion

Bruce Dodson bruce_dodson.nospam at bigfoot.com
Wed Mar 1 22:12:56 EST 2000


Just a brief note on auto completion, great feature, but items starting with
_ should be moved to the bottom of the list, and perhaps items starting with
__ should be hidden from auto completion.  i.e. I shouldn't have see the
internals of a class every time I type a "." after a variable name.  (This
is especially bad for COM objects, where you see things like _prop_map_put_
etc., although some would say it's even worse for modules implemented in
python, because at least with COM it is only the wrapper implementation that
gets thrown in your face, not the server implementation.)

Bruce





More information about the Python-list mailing list