371
371
# We have gotten a ringer, URL's are bytestrings. Encode to UTF8 to get
372
372
# a bytestring and urllib.quote to get a url.
373
373
url = urllib.quote(url.encode('utf8'))
374
384
informational = oops.get('informational', 'False').lower() == 'true'
375
385
oops_date = oops.get('time')