cpython: 87dfadd61e0d (original) (raw)

Mercurial > cpython

changeset 100156:87dfadd61e0d

Merge 3.5 (issue #25660) [#25660]

Yury Selivanov yselivanov@sprymix.com
date Thu, 04 Feb 2016 01:24:56 -0500
parents 5c19bdf5ba3f(current diff)64417e7a1760(diff)
children 7fb10bdbe01b
files Lib/rlcompleter.py Misc/NEWS
diffstat 2 files changed, 6 insertions(+), 1 deletions(-)[+] [-] Lib/rlcompleter.py 4 Misc/NEWS 3

line wrap: on

line diff

--- a/Lib/rlcompleter.py +++ b/Lib/rlcompleter.py @@ -75,7 +75,9 @@ class Completer: if not text.strip(): if state == 0:

--- a/Misc/NEWS +++ b/Misc/NEWS @@ -163,6 +163,9 @@ Core and Builtins