Due to lack of gotos, this is the shortest way I can come up with to tell python to keep doing something until it actually works (in my case, loading a webpage) is this:
tempvar = 1
while tempvar == 1:
try:
<stuff that will either work or cause an exception>
tempvar = 0
except:
pass
>>40 YOU CAN CUM IN YOUR MOTHER'S ROTTEN PUSSY AND SUCK AND SWALLOWSHIT FROM HER ANUS, BUT YOU CAN'T STOP POSTING USELESS STUPIDITY THAT NOBODY CARES ABOUT!
someone in here last night was trying to do something in Python that should have been done outside of the PY app. Did they get that cleared up, I wonder?