]> granicus.if.org Git - python/commit
Issue #25011: rlcomplete now omits private and special attribute names unless
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 27 Sep 2015 10:43:50 +0000 (13:43 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 27 Sep 2015 10:43:50 +0000 (13:43 +0300)
commitab824222d1356ce731f18e9d585d58d84a64637d
treef03cef8249baef6d39b3c1207bc2c39ee4f21119
parent8ace8e99b375f978111b62f2cc976ce4f55ecd6b
Issue #25011: rlcomplete now omits private and special attribute names unless
the prefix starts with underscores.
Doc/whatsnew/3.6.rst
Lib/rlcompleter.py
Lib/test/test_rlcompleter.py
Misc/NEWS