Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
9809ca9d
Commit
9809ca9d
authored
Oct 12, 2013
by
Ned Deily
Browse files
Options
Browse Files
Download
Plain Diff
Issue #18458: merge comments from 3.3
parents
e92ef13b
5d4121a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Modules/readline.c
Modules/readline.c
+3
-3
No files found.
Modules/readline.c
View file @
9809ca9d
...
...
@@ -55,11 +55,11 @@ extern char **completion_matches(char *, CPFunction *);
* with the "real" readline and cannot be detected at compile-time,
* hence we use a runtime check to detect if we're using libedit
*
* Currently there is one know API incompatibility:
* Currently there is one know
n
API incompatibility:
* - 'get_history' has a 1-based index with GNU readline, and a 0-based
* index with libedit's emulation.
* index with
older versions of
libedit's emulation.
* - Note that replace_history and remove_history use a 0-based index
* with both implementation.
* with both implementation
s
.
*/
static
int
using_libedit_emulation
=
0
;
static
const
char
libedit_version_tag
[]
=
"EditLine wrapper"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment