[issue22940] readline does not offer partial saves

2014-11-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset c8bcede1b37a by Ned Deily in branch 'default': Issue 22940: fixes to editline support https://hg.python.org/cpython/rev/c8bcede1b37a -- ___ Python tracker

[issue22940] readline does not offer partial saves

2014-11-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset ff00588791be by Benjamin Peterson in branch 'default': add readline.append_history_file (closes #22940) https://hg.python.org/cpython/rev/ff00588791be -- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed ___

[issue22940] readline does not offer partial saves

2014-11-25 Thread bru
New submission from bru: The "readline" module offers "write_history_file" from readline/history.h "write_history", but there's no "append_history_file" that would invoke "append_history" from the C header. This causes inconveniences when saving history to a file (like shown there: https://do