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 emptysquare
Recipients emptysquare, gvanrossum, martin.panter, ned.deily, ronaldoussoren, yselivanov
Date 2016-02-10.02:45:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455072354.77.0.543593381481.issue25924@psf.upfronthosting.co.za>
In-reply-to
Content
Martin, here's a third patch, "try 3", which does a runtime version check instead of compile-time. It's a bit complex, compared to "try 2", which did a compile-time check instead.

I do NOT think this extra complexity is worth it to support Pythons that are built on 10.5+ and running on Mac OS 10.4 and older. 10.4 is long obsolete.

I propose merging "try 2" with the compile-time check. If that patch is accepted, I'll submit a patch for Python 2.7 also.

Thank you!
History
Date User Action Args
2016-02-10 02:45:54emptysquaresetrecipients: + emptysquare, gvanrossum, ronaldoussoren, ned.deily, martin.panter, yselivanov
2016-02-10 02:45:54emptysquaresetmessageid: <1455072354.77.0.543593381481.issue25924@psf.upfronthosting.co.za>
2016-02-10 02:45:54emptysquarelinkissue25924 messages
2016-02-10 02:45:54emptysquarecreate