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 ammar2
Recipients ammar2, benjamin.peterson, paul.moore, pitrou, schen, steve.dower, tim.golden, zach.ware
Date 2017-06-25.06:08:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498370892.79.0.860253839125.issue30450@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like that error is coming from the fact that the Powershell on that buildbot is outdated. As the documentation notes:

https://msdn.microsoft.com/en-us/powershell/reference/5.1/microsoft.powershell.utility/invoke-webrequest

> This cmdlet was introduced in Windows PowerShell 3.0.


Before running the web request command maybe do a `powershell.exe -Command $PSVersionTable.PSVersion` in order to debug this issue on any other machines?
History
Date User Action Args
2017-06-25 06:08:12ammar2setrecipients: + ammar2, paul.moore, pitrou, tim.golden, benjamin.peterson, zach.ware, steve.dower, schen
2017-06-25 06:08:12ammar2setmessageid: <1498370892.79.0.860253839125.issue30450@psf.upfronthosting.co.za>
2017-06-25 06:08:12ammar2linkissue30450 messages
2017-06-25 06:08:12ammar2create