From: Fred Drake Date: Thu, 19 Jul 2001 03:49:54 +0000 (+0000) Subject: Remove some false statements. X-Git-Tag: v2.1.1~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=59011161bdf488000adaaf048b7e7e599e68c64c;p=thirdparty%2FPython%2Fcpython.git Remove some false statements. --- diff --git a/Doc/lib/libwebbrowser.tex b/Doc/lib/libwebbrowser.tex index ddcfa5fe064d..285fcf5582af 100644 --- a/Doc/lib/libwebbrowser.tex +++ b/Doc/lib/libwebbrowser.tex @@ -48,8 +48,7 @@ The following functions are defined: \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.) + otherwise, open \var{url} in the only browser window. \end{funcdesc} \begin{funcdesc}{get}{\optional{name}} @@ -125,6 +124,5 @@ module-level convenience functions: \begin{funcdesc}{open_new}{url} 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.) + browser window. \end{funcdesc}