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 terry.reedy
Recipients TaylorSMarks, ned.deily, terry.reedy
Date 2014-11-29.00:20:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417220458.89.0.412798070437.issue22912@psf.upfronthosting.co.za>
In-reply-to
Content
I altered the code to print the return value and ran from Idle 2.7.8 on Win7. It takes about a minute and prints ('chromedriver_win32.zip', <httplib.HTTPMessage instance at 0x0000000002E3FE08>).  When I tried to end the pause with ^C, it was ignored and several seconds later got the above again.  So, for me, un-iterruptable delay yes (possibly in remote server), crash no.
History
Date User Action Args
2014-11-29 00:20:58terry.reedysetrecipients: + terry.reedy, ned.deily, TaylorSMarks
2014-11-29 00:20:58terry.reedysetmessageid: <1417220458.89.0.412798070437.issue22912@psf.upfronthosting.co.za>
2014-11-29 00:20:58terry.reedylinkissue22912 messages
2014-11-29 00:20:58terry.reedycreate