• Denis Bilenko's avatar
    greentest: (some) py3k compatibility. Original patches by Damien Churchill. · d212ebb3
    Denis Bilenko authored
    - version-neutral syntax for print and exec
    - version-neutral exception handling: use exc_info()
    - version-neutral exception raising: use raise A("x"), not A, "x"
    - use e.args[0] instead of e[0]
    - use urllib.request if urllib2 unavailable
    - use http.client if httplib not available
    - use socketserver if SocketServer not available
    - use test.support if test_support not available
    d212ebb3
test__core_timer.py 901 Bytes