Re: [Python-checkins] CVS: python/dist/src/Modules readline.c,2.32,2.33

On Mon, Oct 02, 2000 at 08:53:12AM -0700, Guido van Rossum wrote:
Update of /cvsroot/python/python/dist/src/Modules In directory slayer.i.sourceforge.net:/tmp/cvs-serv1200
But we can detect whether readline has rl_library_version during runtime, and #ifdef it ;) I think the readline version info is useful enough to warrant the extra #define and #ifdef... I can whip it up tonight, if the autoconf check is desired ;P -- Thomas Wouters <thomas@xs4all.net> Hi! I'm a .signature virus! copy me into your .signature file to help me spread!

Actually, I'm not sure what difference the readline version makes -- why would you need it? Also, I'm not sure that the configure check is enough -- it's possible that readline lives in a non-standard place where configure can't find it but ppointed to by the Setup file. I think it's just not worth it. Please don't. --Guido van Rossum (home page: http://www.python.org/~guido/)

Actually, I'm not sure what difference the readline version makes -- why would you need it? Also, I'm not sure that the configure check is enough -- it's possible that readline lives in a non-standard place where configure can't find it but ppointed to by the Setup file. I think it's just not worth it. Please don't. --Guido van Rossum (home page: http://www.python.org/~guido/)
participants (2)
-
Guido van Rossum
-
Thomas Wouters