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 carlj
Recipients carlj, georg.brandl, ggenellina
Date 2009-01-27.06:53:42
SpamBayes Score 5.899419e-05
Marked as misclassified No
Message-id <1233039225.19.0.757131616583.issue5062@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, I see. It does a dir(obj) then tests things to see which are
callable and while it is at that, it removes the names that don't really
exist according to getattr.

Actually, can we go back to the Python 2.5 behavior? I really hate those
auto-added parentheses. For one thing, it screws it up when you do
"help(name<TAB>". Am I missing some really obvious switch that would
turn the behavior back to the old style of ignoring the
callable/non-callable thing?
History
Date User Action Args
2009-01-27 06:53:45carljsetrecipients: + carlj, georg.brandl, ggenellina
2009-01-27 06:53:45carljsetmessageid: <1233039225.19.0.757131616583.issue5062@psf.upfronthosting.co.za>
2009-01-27 06:53:43carljlinkissue5062 messages
2009-01-27 06:53:42carljcreate