Serhiy Storchaka added the comment:

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.

----------
Added file: http://bugs.python.org/file40399/rlcomplete_filter_private_2.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25011>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to