diff options
author | Georg Brandl <georg@python.org> | 2007-12-02 23:15:43 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-12-02 23:15:43 (GMT) |
commit | 6554cb94ba328939366ac6f12104d70d52d57cdd (patch) | |
tree | ac767593229fbe98dc8780146cb1dfadd43737dd /Doc/library/readline.rst | |
parent | aacc08990bd67268f75735251403510676399fea (diff) | |
download | cpython-6554cb94ba328939366ac6f12104d70d52d57cdd.zip cpython-6554cb94ba328939366ac6f12104d70d52d57cdd.tar.gz cpython-6554cb94ba328939366ac6f12104d70d52d57cdd.tar.bz2 |
Remove a few merged versionadded/changed.
Diffstat (limited to 'Doc/library/readline.rst')
-rw-r--r-- | Doc/library/readline.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/readline.rst b/Doc/library/readline.rst index 7e6eccf..9426504 100644 --- a/Doc/library/readline.rst +++ b/Doc/library/readline.rst @@ -132,7 +132,6 @@ The :mod:`readline` module defines the following functions: Get the type of completion being attempted. - .. versionadded:: 2.6 .. function:: get_begidx() @@ -153,6 +152,7 @@ The :mod:`readline` module defines the following functions: Get the readline word delimiters for tab-completion. + .. function:: set_completion_display_matches_hook([function]) Set or remove the completion display function. If *function* is @@ -162,7 +162,6 @@ The :mod:`readline` module defines the following functions: ``function(substitution, [matches], longest_match_length)`` once each time matches need to be displayed. - .. versionadded:: 2.6 .. function:: add_history(line) |