summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-09-27 10:43:50 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-09-27 10:43:50 (GMT)
commitab824222d1356ce731f18e9d585d58d84a64637d (patch)
treef03cef8249baef6d39b3c1207bc2c39ee4f21119 /Doc
parent8ace8e99b375f978111b62f2cc976ce4f55ecd6b (diff)
downloadcpython-ab824222d1356ce731f18e9d585d58d84a64637d.zip
cpython-ab824222d1356ce731f18e9d585d58d84a64637d.tar.gz
cpython-ab824222d1356ce731f18e9d585d58d84a64637d.tar.bz2
Issue #25011: rlcomplete now omits private and special attribute names unless
the prefix starts with underscores.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.6.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
index 8a2b5d3..0ea3f3b 100644
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -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
=============