From: Andrew M. Kuchling Date: Thu, 7 Sep 2006 13:56:23 +0000 (+0000) Subject: Typo fix X-Git-Tag: v2.6a1~2684 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=95b0478c0750d71d4b709c6e5f0955d214d2bf85;p=thirdparty%2FPython%2Fcpython.git Typo fix --- diff --git a/Misc/HISTORY b/Misc/HISTORY index be4ca88ff54d..f2452f2b973b 100644 --- a/Misc/HISTORY +++ b/Misc/HISTORY @@ -11679,7 +11679,7 @@ Changes to the build process - The way GNU readline is configured is totally different. The --with-readline configure option is gone. It is now an extension module, which may be loaded dynamically. You must enable it (and -specify the correct linraries to link with) in the Modules/Setup file. +specify the correct libraries to link with) in the Modules/Setup file. Importing the module installs some hooks which enable command line editing. When the interpreter shell is invoked interactively, it attempts to import the readline module; when this fails, the default