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 pitrou
Recipients ammar2, benjamin.peterson, jeremy.kloth, jkloth, paul.moore, pitrou, schen, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-07-17.19:44:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500320641.44.0.271111033743.issue30450@psf.upfronthosting.co.za>
In-reply-to
Content
I just got a download failure on an AppVeyor build:
https://ci.appveyor.com/project/python/cpython/build/3.7.0a0.4571

Downloading nuget...
Invoke-WebRequest : The operation has timed out.
At line:1 char:1
+ Invoke-WebRequest https://aka.ms/nugetclidl -OutFile 'C:\projects\cpy ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:Htt 
   pWebRequest) [Invoke-WebRequest], WebException
    + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShe 
   ll.Commands.InvokeWebRequestCommand
 
  File "<string>", line 1
    C:\projects\cpython\PCbuild\\urlretrieve.py
     ^
SyntaxError: invalid syntax
Installing Python via nuget...
History
Date User Action Args
2017-07-17 19:44:01pitrousetrecipients: + pitrou, paul.moore, vstinner, tim.golden, benjamin.peterson, jkloth, jeremy.kloth, zach.ware, steve.dower, ammar2, schen
2017-07-17 19:44:01pitrousetmessageid: <1500320641.44.0.271111033743.issue30450@psf.upfronthosting.co.za>
2017-07-17 19:44:01pitroulinkissue30450 messages
2017-07-17 19:44:01pitroucreate