[Python-checkins] CVS: python/dist/src/Doc/lib liburllib.tex,1.42,1.43

Fred L. Drake fdrake@users.sourceforge.net
Thu, 04 Apr 2002 12:58:04 -0800


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

Modified Files:
	liburllib.tex 
Log Message:
Add a version annotation regarding the urlopen(proxies={...}).

Index: liburllib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/liburllib.tex,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** liburllib.tex	4 Apr 2002 20:34:36 -0000	1.42
--- liburllib.tex	4 Apr 2002 20:58:02 -0000	1.43
***************
*** 108,111 ****
--- 108,113 ----
  Proxies which require authentication for use are not currently
  supported; this is considered an implementation limitation.
+ 
+ \versionchanged[Added the \var{proxies} support]{2.3}
  \end{funcdesc}