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 ggenellina
Recipients carlj, georg.brandl, ggenellina
Date 2009-01-27.06:46:07
SpamBayes Score 2.277379e-05
Marked as misclassified No
Message-id <1233038775.47.0.0735184878791.issue5062@psf.upfronthosting.co.za>
In-reply-to
Content
The check is made to decide whether the attribute is a method or not 
(because methods get a "(" appended) -- for names that fail to exist, 
one could just omit the "(" and include the name anyway.

rlcompleter does nothing special with __dir__, it always uses dir() 
only.
History
Date User Action Args
2009-01-27 06:46:15ggenellinasetrecipients: + ggenellina, georg.brandl, carlj
2009-01-27 06:46:15ggenellinasetmessageid: <1233038775.47.0.0735184878791.issue5062@psf.upfronthosting.co.za>
2009-01-27 06:46:08ggenellinalinkissue5062 messages
2009-01-27 06:46:07ggenellinacreate