<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- configure.orig	2020-07-13 07:11:53.000000000 -0500
+++ configure	2020-07-15 10:20:09.000000000 -0500
@@ -15315,9 +15315,9 @@
 $as_echo_n "checking how to link readline libs... " &gt;&amp;6; }
 for py_libtermcap in "" tinfo ncursesw ncurses curses termcap; do
   if test -z "$py_libtermcap"; then
-    READLINE_LIBS="-lreadline"
+    READLINE_LIBS="-ledit"
   else
-    READLINE_LIBS="-lreadline -l$py_libtermcap"
+    READLINE_LIBS="-ledit -l$py_libtermcap"
   fi
   LIBS="$READLINE_LIBS $LIBS_no_readline"
   cat confdefs.h - &lt;&lt;_ACEOF &gt;conftest.$ac_ext
@@ -15363,7 +15363,7 @@
 # check for readline 2.2
 cat confdefs.h - &lt;&lt;_ACEOF &gt;conftest.$ac_ext
 /* end confdefs.h.  */
-#include &lt;readline/readline.h&gt;
+#include &lt;editline/readline.h&gt;
 _ACEOF
 if ac_fn_c_try_cpp "$LINENO"; then :
   have_readline=yes
@@ -15376,7 +15376,7 @@
 then
   cat confdefs.h - &lt;&lt;_ACEOF &gt;conftest.$ac_ext
 /* end confdefs.h.  */
-#include &lt;readline/readline.h&gt;
+#include &lt;editline/readline.h&gt;
 
 _ACEOF
 if (eval "$ac_cpp conftest.$ac_ext") 2&gt;&amp;5 |
@@ -15389,7 +15389,7 @@
 
   cat confdefs.h - &lt;&lt;_ACEOF &gt;conftest.$ac_ext
 /* end confdefs.h.  */
-#include &lt;readline/readline.h&gt;
+#include &lt;editline/readline.h&gt;
 
 _ACEOF
 if (eval "$ac_cpp conftest.$ac_ext") 2&gt;&amp;5 |
@@ -15403,13 +15403,13 @@
 fi
 
 # check for readline 4.0
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for rl_pre_input_hook in -lreadline" &gt;&amp;5
-$as_echo_n "checking for rl_pre_input_hook in -lreadline... " &gt;&amp;6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for rl_pre_input_hook in -ledit" &gt;&amp;5
+$as_echo_n "checking for rl_pre_input_hook in -ledit... " &gt;&amp;6; }
 if ${ac_cv_lib_readline_rl_pre_input_hook+:} false; then :
   $as_echo_n "(cached) " &gt;&amp;6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lreadline $READLINE_LIBS $LIBS"
+LIBS="-ledit $READLINE_LIBS $LIBS"
 cat confdefs.h - &lt;&lt;_ACEOF &gt;conftest.$ac_ext
 /* end confdefs.h.  */
 
@@ -15447,13 +15447,13 @@
 
 
 # also in 4.0
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for rl_completion_display_matches_hook in -lreadline" &gt;&amp;5
-$as_echo_n "checking for rl_completion_display_matches_hook in -lreadline... " &gt;&amp;6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for rl_completion_display_matches_hook in -ledit" &gt;&amp;5
+$as_echo_n "checking for rl_completion_display_matches_hook in -ledit... " &gt;&amp;6; }
 if ${ac_cv_lib_readline_rl_completion_display_matches_hook+:} false; then :
   $as_echo_n "(cached) " &gt;&amp;6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lreadline $READLINE_LIBS $LIBS"
+LIBS="-ledit $READLINE_LIBS $LIBS"
 cat confdefs.h - &lt;&lt;_ACEOF &gt;conftest.$ac_ext
 /* end confdefs.h.  */
 
@@ -15491,13 +15491,13 @@
 
 
 # also in 4.0, but not in editline
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for rl_resize_terminal in -lreadline" &gt;&amp;5
-$as_echo_n "checking for rl_resize_terminal in -lreadline... " &gt;&amp;6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for rl_resize_terminal in -ledit" &gt;&amp;5
+$as_echo_n "checking for rl_resize_terminal in -ledit... " &gt;&amp;6; }
 if ${ac_cv_lib_readline_rl_resize_terminal+:} false; then :
   $as_echo_n "(cached) " &gt;&amp;6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lreadline $READLINE_LIBS $LIBS"
+LIBS="-ledit $READLINE_LIBS $LIBS"
 cat confdefs.h - &lt;&lt;_ACEOF &gt;conftest.$ac_ext
 /* end confdefs.h.  */
 
@@ -15535,13 +15535,13 @@
 
 
 # check for readline 4.2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for rl_completion_matches in -lreadline" &gt;&amp;5
-$as_echo_n "checking for rl_completion_matches in -lreadline... " &gt;&amp;6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for rl_completion_matches in -ledit" &gt;&amp;5
+$as_echo_n "checking for rl_completion_matches in -ledit... " &gt;&amp;6; }
 if ${ac_cv_lib_readline_rl_completion_matches+:} false; then :
   $as_echo_n "(cached) " &gt;&amp;6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lreadline $READLINE_LIBS $LIBS"
+LIBS="-ledit $READLINE_LIBS $LIBS"
 cat confdefs.h - &lt;&lt;_ACEOF &gt;conftest.$ac_ext
 /* end confdefs.h.  */
 
@@ -15581,7 +15581,7 @@
 # also in readline 4.2
 cat confdefs.h - &lt;&lt;_ACEOF &gt;conftest.$ac_ext
 /* end confdefs.h.  */
-#include &lt;readline/readline.h&gt;
+#include &lt;editline/readline.h&gt;
 _ACEOF
 if ac_fn_c_try_cpp "$LINENO"; then :
   have_readline=yes
@@ -15594,7 +15594,7 @@
 then
   cat confdefs.h - &lt;&lt;_ACEOF &gt;conftest.$ac_ext
 /* end confdefs.h.  */
-#include &lt;readline/readline.h&gt;
+#include &lt;editline/readline.h&gt;
 
 _ACEOF
 if (eval "$ac_cpp conftest.$ac_ext") 2&gt;&amp;5 |
@@ -15607,13 +15607,13 @@
 
 fi
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for append_history in -lreadline" &gt;&amp;5
-$as_echo_n "checking for append_history in -lreadline... " &gt;&amp;6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for append_history in -ledit" &gt;&amp;5
+$as_echo_n "checking for append_history in -ledit... " &gt;&amp;6; }
 if ${ac_cv_lib_readline_append_history+:} false; then :
   $as_echo_n "(cached) " &gt;&amp;6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lreadline $READLINE_LIBS $LIBS"
+LIBS="-ledit $READLINE_LIBS $LIBS"
 cat confdefs.h - &lt;&lt;_ACEOF &gt;conftest.$ac_ext
 /* end confdefs.h.  */

--- setup.py.orig	2019-10-14 09:34:47.000000000 -0400
+++ setup.py	2019-12-10 09:30:07.000000000 -0500
@@ -874,7 +874,7 @@
 
     def detect_readline_curses(self):
         # readline
-        do_readline = self.compiler.find_library_file(self.lib_dirs, 'readline')
+        do_readline = self.compiler.find_library_file(self.lib_dirs, 'edit')
         readline_termcap_library = ""
         curses_library = ""
         # Cannot use os.popen here in py3k.
@@ -944,7 +944,7 @@
             else:
                 readline_extra_link_args = ()
 
-            readline_libs = ['readline']
+            readline_libs = ['edit']
             if readline_termcap_library:
                 pass # Issue 7384: Already linked against curses or tinfo.
             elif curses_library:
--- Modules/readline.c.orig	2019-12-10 09:32:40.000000000 -0500
+++ Modules/readline.c	2019-12-10 09:32:10.000000000 -0500
@@ -28,8 +28,7 @@
 
 /* GNU readline definitions */
 #undef HAVE_CONFIG_H /* Else readline/chardefs.h includes strings.h */
-#include &lt;readline/readline.h&gt;
-#include &lt;readline/history.h&gt;
+#include &lt;editline/readline.h&gt;
 
 #ifdef HAVE_RL_COMPLETION_MATCHES
 #define completion_matches(x, y) \
</pre></body></html>