This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rpetrov
Recipients akuchling, gregory.p.smith, henry.precheur, mbeachy, rpetrov
Date 2008-09-07.17:28:27
SpamBayes Score 4.962249e-06
Marked as misclassified No
Message-id <1220808508.42.0.187640842502.issue1204@psf.upfronthosting.co.za>
In-reply-to
Content
I realize too late that in my patch line "if test $py_cv_lib_readline =
!yes; then" is not correct. :(
It has to be "if test $py_cv_lib_readline = no; then", i.e. s/!yes/no/'.
History
Date User Action Args
2008-09-07 17:28:28rpetrovsetrecipients: + rpetrov, akuchling, gregory.p.smith, mbeachy, henry.precheur
2008-09-07 17:28:28rpetrovsetmessageid: <1220808508.42.0.187640842502.issue1204@psf.upfronthosting.co.za>
2008-09-07 17:28:27rpetrovlinkissue1204 messages
2008-09-07 17:28:27rpetrovcreate