.. introcs documentation master file, created by sphinx-quickstart on Thu Jul 26 09:50:44 2018. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. .. currentmodule:: introcs Web Access Functions ==================== ``import introcs`` With the elimination of ``urllib2`` and the move to Unicode, Python 3 has made web connections a little more difficult for students just starting out. These functions are intended to simplify things once again. urlread ^^^^^^^ .. autofunction:: urlread urlinfo ^^^^^^^ .. autofunction:: urlinfo .. toctree:: :maxdepth: 2