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 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:43serhiy.storchakasetrecipients: + serhiy.storchaka, twouters, pitrou, r.david.murray
2015-09-08 03:07:43serhiy.storchakasetmessageid: <1441681663.69.0.903794321786.issue25011@psf.upfronthosting.co.za>
2015-09-08 03:07:43serhiy.storchakalinkissue25011 messages
2015-09-08 03:07:42serhiy.storchakacreate