cpython: 47a7313f079a (original) (raw)
Mercurial > cpython
changeset 86267:47a7313f079a
Issue #18458: merge comments from 3.3 [#18458]
Ned Deily nad@acm.org | |
---|---|
date | Sat, 12 Oct 2013 15:57:04 -0700 |
parents | 5fd56d6d3fce(current diff)dfb7cab9f819(diff) |
children | 51be7a2468b3 |
files | Misc/NEWS Modules/readline.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-)[+] [-] Modules/readline.c 6 |
line wrap: on
line diff
--- a/Modules/readline.c +++ b/Modules/readline.c @@ -55,11 +55,11 @@ extern char **completion_matches(char *,
- with the "real" readline and cannot be detected at compile-time,
- hence we use a runtime check to detect if we're using libedit *