[issue8066] OS X installer: readline module breaks when targeting on 10.5 or 10.6

2010-03-07 Thread Ronald Oussoren
Ronald Oussoren added the comment: Committed in r78784 (trunk), r78785 (2.6) and r78786 (3.2) (BTW. I applied the patch to the trunk then used svnmerge to merge the patch into the other branches) -- stage: -> committed/rejected status: open -> closed

[issue8066] OS X installer: readline module breaks when targeting on 10.5 or 10.6

2010-03-07 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: Ned, thanks again for another great OS X fix. Ronald, please apply this to release26-maint for 2.6.5 rc 2. -- resolution: -> accepted ___ Python tracker ___

[issue8066] OS X installer: readline module breaks when targeting on 10.5 or 10.6

2010-03-07 Thread Ronald Oussoren
Ronald Oussoren added the comment: Barry: this definitely needs to be applied before 2.6.5 is released, without the patch I cannot build the mac installers. The patch disables support for libedit when targetting 10.4, which is IMHO correct because as Ned notes libedit's readline emulation is

[issue8066] OS X installer: readline module breaks when targeting on 10.5 or 10.6

2010-03-05 Thread Ned Deily
New submission from Ned Deily : 2.6.5 release blocker Changes for Issue6877 to enable the readline module to use the native OS X editline library instead of GNU readline introduce a problem for OS X installer builds or other builds using MACOSX_DEPLOYMENT_TARGET. The test in setup.py to determi