Message250147
| Author | serhiy.storchaka |
|---|---|
| Recipients | pitrou, r.david.murray, serhiy.storchaka, twouters |
| Date | 2015-09-08.03:07:42 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1441681663.69.0.903794321786.issue25011@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Here is improved patch. The completion of empty prefix now returns the list of private names if there are no public names. The completion of empty prefix or prefix '_' now returns the list of dunder names if there are no non-dunder names. For example try "None.". In addition attr_matches() no longer returns duplicated names. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-09-08 03:07:43 | serhiy.storchaka | set | recipients: + serhiy.storchaka, twouters, pitrou, r.david.murray |
| 2015-09-08 03:07:43 | serhiy.storchaka | set | messageid: <1441681663.69.0.903794321786.issue25011@psf.upfronthosting.co.za> |
| 2015-09-08 03:07:43 | serhiy.storchaka | link | issue25011 messages |
| 2015-09-08 03:07:42 | serhiy.storchaka | create | |