◐ Shell
clean mode source ↗

Message 405808 - Python tracker

Message405808

Author culler
Recipients Marc.Culler, Nythepegasus, WardsParadox, culler, enki1711, epaine, guydestefano, lukasz.langa, miss-islington, mlierley, ned.deily, pablogsal, robotson, ronaldoussoren, serhiy.storchaka, terry.reedy, thesamesam, wordtech
Date 2021-11-05.16:21:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636129302.77.0.109950558044.issue44828@roundup.psfhosted.org>
In-reply-to
Content
Well, not exactly ...

culler@abner ~ % export SYSTEM_VERSION_COMPAT=1
culler@abner ~ % sw_vers
ProductName:	Mac OS X
ProductVersion:	10.16
BuildVersion:	20G224
culler@abner ~ % export SYSTEM_VERSION_COMPAT=0
culler@abner ~ % sw_vers                       
ProductName:	macOS
ProductVersion:	11.6.1
BuildVersion:	20G224

But that would only be helpful to me if the operatingSystemVersion
property of an NSProcessInfo object also depended on that environment
variable.  Feel free to check the docs for an answer to that question:

https://developer.apple.com/documentation/foundation/nsprocessinfo/1410906-operatingsystemversion
History
Date User Action Args
2021-11-05 16:21:42cullersetrecipients: + culler, terry.reedy, ronaldoussoren, wordtech, ned.deily, lukasz.langa, serhiy.storchaka, Marc.Culler, pablogsal, miss-islington, epaine, Nythepegasus, mlierley, thesamesam, enki1711, guydestefano, robotson, WardsParadox
2021-11-05 16:21:42cullersetmessageid: <1636129302.77.0.109950558044.issue44828@roundup.psfhosted.org>
2021-11-05 16:21:42cullerlinkissue44828 messages
2021-11-05 16:21:42cullercreate