At present a cython compiled version of html.py is not possible due to http://trac.cython.org/cython_trac/ticket/639
This means that you can't have functions with attributes. in html.py the after the function definition for URL() is closely followed by URL.verify = verifyURL This leads to a runtime error when trying to use Cython with it.

