Message80626
| 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:15 | ggenellina | set | recipients: + ggenellina, georg.brandl, carlj |
| 2009-01-27 06:46:15 | ggenellina | set | messageid: <1233038775.47.0.0735184878791.issue5062@psf.upfronthosting.co.za> |
| 2009-01-27 06:46:08 | ggenellina | link | issue5062 messages |
| 2009-01-27 06:46:07 | ggenellina | create | |