urllib2ΒΆ

Python’s urllib2 doesn’t natively support URLs with the finger scheme as defined in the finger URL Specification internet draft. Doing this,

import pyfinger.fingerurl

is enough to teach urllib2 about these URLs.

Previous topic

foafthimbl

This Page