mirror of
https://github.com/python/cpython.git
synced 2025-10-27 16:57:08 +00:00
Issue #25011: rlcomplete now omits private and special attribute names unless
the prefix starts with underscores.
This commit is contained in:
parent
8ace8e99b3
commit
ab824222d1
4 changed files with 51 additions and 10 deletions
|
|
@ -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
|
||||
=============
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue