Issue #25011: rlcomplete now omits private and special attribute names unless

the prefix starts with underscores.
This commit is contained in:
Serhiy Storchaka 2015-09-27 13:43:50 +03:00
parent 8ace8e99b3
commit ab824222d1
4 changed files with 51 additions and 10 deletions

View file

@ -103,6 +103,14 @@ operator
(Contributed by Joe Jevnik in :issue:`24379`.)
rlcomplete
----------
Private and special attribute names now are omitted unless the prefix starts
with underscores. A space or a colon can be added after completed keyword.
(Contributed by Serhiy Storchaka in :issue:`25011` and :issue:`25209`.)
Optimizations
=============