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 ronaldoussoren
Recipients
Date 2007-04-19.06:18:26
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
As Neal wrote sys.platform == 'mac' is of OS9, which isn't supported anymore by Python (or Apple for that matter).  The special-case for platform == 'mac' should be removed altoghether and not replaced by a check for OSX because OSX is basically just another unix platform and should therefore support freezing.
History
Date User Action Args
2007-08-23 15:58:04adminlinkissue1703379 messages
2007-08-23 15:58:04admincreate