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 skrah
Recipients benjamin.peterson, ned.deily, pitrou, ronaldoussoren, skrah
Date 2010-05-08.16:02:26
SpamBayes Score 0.008460197
Marked as misclassified No
Message-id <1273334549.23.0.707861679428.issue7724@psf.upfronthosting.co.za>
In-reply-to
Content
Just to save you some time investigating, it broke the build because
of missing parentheses in setup.py:

if sys.platform == 'darwin' and dir.startswith('/System') or dir.startswith('/usr')
History
Date User Action Args
2010-05-08 16:02:29skrahsetrecipients: + skrah, ronaldoussoren, pitrou, benjamin.peterson, ned.deily
2010-05-08 16:02:29skrahsetmessageid: <1273334549.23.0.707861679428.issue7724@psf.upfronthosting.co.za>
2010-05-08 16:02:26skrahlinkissue7724 messages
2010-05-08 16:02:26skrahcreate