mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue 22940: fixes to editline support
This commit is contained in:
parent
3663b58664
commit
8007cbc4d5
2 changed files with 2 additions and 2 deletions
|
@ -786,8 +786,8 @@ static struct PyMethodDef readline_methods[] =
|
|||
METH_VARARGS, doc_write_history_file},
|
||||
#ifdef HAVE_RL_APPEND_HISTORY
|
||||
{"append_history_file", append_history_file,
|
||||
#endif
|
||||
METH_VARARGS, doc_append_history_file},
|
||||
#endif
|
||||
{"get_history_item", get_history_item,
|
||||
METH_VARARGS, doc_get_history_item},
|
||||
{"get_current_history_length", (PyCFunction)get_current_history_length,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue