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 vstinner
Recipients jkloth, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-05-10.15:52:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494431570.39.0.0455677934415.issue30334@psf.upfronthosting.co.za>
In-reply-to
Content
For a very generic "retry" library, see https://pypi.python.org/pypi/tenacity

But I don't think that we need such advanced library, a simple loop should do the trick ;-)
History
Date User Action Args
2017-05-10 15:52:50vstinnersetrecipients: + vstinner, paul.moore, tim.golden, jkloth, zach.ware, steve.dower
2017-05-10 15:52:50vstinnersetmessageid: <1494431570.39.0.0455677934415.issue30334@psf.upfronthosting.co.za>
2017-05-10 15:52:50vstinnerlinkissue30334 messages
2017-05-10 15:52:50vstinnercreate