[Python-checkins] CVS: python/dist/src/Doc/lib libwebbrowser.tex,1.9,1.9.2.1

Fred L. Drake fdrake@users.sourceforge.net
Wed, 18 Jul 2001 20:49:56 -0700


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

Modified Files:
      Tag: release21-maint
	libwebbrowser.tex 
Log Message:

Remove some false statements.


Index: libwebbrowser.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libwebbrowser.tex,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -C2 -r1.9 -r1.9.2.1
*** libwebbrowser.tex	2001/03/26 16:17:21	1.9
--- libwebbrowser.tex	2001/07/19 03:49:54	1.9.2.1
***************
*** 49,54 ****
  \begin{funcdesc}{open_new}{url}
    Open \var{url} in a new window of the default browser, if possible,
!   otherwise, open \var{url} in the only browser window.  (This entry
!   point is deprecated and may be removed in 2.1.)
  \end{funcdesc}
  
--- 49,53 ----
  \begin{funcdesc}{open_new}{url}
    Open \var{url} in a new window of the default browser, if possible,
!   otherwise, open \var{url} in the only browser window.
  \end{funcdesc}
  
***************
*** 126,130 ****
    Open \var{url} in a new window of the browser handled by this
    controller, if possible, otherwise, open \var{url} in the only
!   browser window.  (This method is deprecated and may be removed in
!   2.1.)
  \end{funcdesc}
--- 125,128 ----
    Open \var{url} in a new window of the browser handled by this
    controller, if possible, otherwise, open \var{url} in the only
!   browser window.
  \end{funcdesc}