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 loewis
Recipients benjamin.peterson, larry, loewis, ned.deily, ronaldoussoren
Date 2014-06-21.19:36:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403379370.37.0.571967468465.issue21811@psf.upfronthosting.co.za>
In-reply-to
Content
I was going to say that the patch is fine as it does not actually refer to details of unreleased operating systems (i.e. the code using numeric version comparison is correct whether or not 10.10 ever gets released).

However, some changes do refer to such information, e.g. knowledge of the format of MACOSX_DEPLOYMENT_TARGET. I'm generally -1 on committing such changes. As you say, the system vendor may change his mind (and e.g. chose to release the system as 11.0 instead of 10.10, because of issues with two-digit subversion numbers, in which case your change would be incorrect).
History
Date User Action Args
2014-06-21 19:36:10loewissetrecipients: + loewis, ronaldoussoren, larry, benjamin.peterson, ned.deily
2014-06-21 19:36:10loewissetmessageid: <1403379370.37.0.571967468465.issue21811@psf.upfronthosting.co.za>
2014-06-21 19:36:10loewislinkissue21811 messages
2014-06-21 19:36:10loewiscreate