[Python-checkins] python/dist/src/Doc/lib liburllib.tex,1.44,1.45

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Sat, 08 Mar 2003 21:33:35 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv26947/Doc/lib

Modified Files:
	liburllib.tex 
Log Message:
SF 698520:  Iterator for urllib.URLOpener
Contributed by Brett Cannon.


Index: liburllib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/liburllib.tex,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** liburllib.tex	22 Oct 2002 21:58:06 -0000	1.44
--- liburllib.tex	9 Mar 2003 05:33:32 -0000	1.45
***************
*** 28,32 ****
  supports the following methods: \method{read()}, \method{readline()},
  \method{readlines()}, \method{fileno()}, \method{close()},
! \method{info()} and \method{geturl()}.
  
  Except for the \method{info()} and \method{geturl()} methods,
--- 28,33 ----
  supports the following methods: \method{read()}, \method{readline()},
  \method{readlines()}, \method{fileno()}, \method{close()},
! \method{info()} and \method{geturl()}.  It also has proper support for
! the iterator protocol.
  
  Except for the \method{info()} and \method{geturl()} methods,