changeset: 86267:47a7313f079a parent: 86264:5fd56d6d3fce parent: 86266:dfb7cab9f819 user: Ned Deily date: Sat Oct 12 15:57:04 2013 -0700 files: Misc/NEWS Modules/readline.c description: Issue #18458: merge comments from 3.3 diff -r 5fd56d6d3fce -r 47a7313f079a Modules/readline.c --- a/Modules/readline.c Sun Oct 13 00:52:43 2013 +0200 +++ b/Modules/readline.c Sat Oct 12 15:57:04 2013 -0700 @@ -55,11 +55,11 @@ * 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 known 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 implementations. */ static int using_libedit_emulation = 0; static const char libedit_version_tag[] = "EditLine wrapper";

AltStyle によって変換されたページ (->オリジナル) /