diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-04-05 07:37:22 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-04-05 07:37:22 (GMT) |
commit | aad86a6015f8d4e1e4faea07e1400152f5843443 (patch) | |
tree | cd1d43320ea7ae049147198d79c7e47680168f78 /Python/errors.c | |
parent | 3c38dccf221d1bebb5711470a4641afa20a97294 (diff) | |
download | cpython-aad86a6015f8d4e1e4faea07e1400152f5843443.zip cpython-aad86a6015f8d4e1e4faea07e1400152f5843443.tar.gz cpython-aad86a6015f8d4e1e4faea07e1400152f5843443.tar.bz2 |
Issue #6953: Rearrange and expand Readline module documentation
* Group functions into six new subsections
* Document the underlying Readline function or variable accessed
* get_history_length() returns the history file limit
* clear_history() is conditionally compiled in
* Clarify zero and one bases for history item indexes
* parse_and_bind() uses its argument directly as an init line
* Change "command line" to "line buffer" for consistency
* read_init_file() also executes the file
* read_history_file() replaces the previous history
* write_history_file() overwrites any existing file
* Differentiate history file lines from history list items, which could be
multi-line
* Add more information about completion, also addressing Issue #10796
* libedit (Editline) may be used on any platform; detection is OS X specific
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions