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 Andrew.Jaffe
Recipients Andrew.Jaffe, Rudi Grams, ned.deily, ronaldoussoren
Date 2017-05-19.08:45:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495183553.72.0.240671867619.issue30392@psf.upfronthosting.co.za>
In-reply-to
Content
This seems to be a bug in the `osascript` application in the latest macOS 10.12.5:

$ osascript <<EOF
> open location "http://python.org"
> EOF
0:33: execution error: "http://python.org" doesn’t understand the “open location” message. (-1708)
History
Date User Action Args
2017-05-19 08:45:53Andrew.Jaffesetrecipients: + Andrew.Jaffe, ronaldoussoren, ned.deily, Rudi Grams
2017-05-19 08:45:53Andrew.Jaffesetmessageid: <1495183553.72.0.240671867619.issue30392@psf.upfronthosting.co.za>
2017-05-19 08:45:53Andrew.Jaffelinkissue30392 messages
2017-05-19 08:45:53Andrew.Jaffecreate