diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-19 03:49:33 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-19 03:49:33 (GMT) |
commit | 53d285a9af2c7bfc5534241e011bca232bdfa25e (patch) | |
tree | f59fb2719c7e91d253a7adffb85ce5a0454327cb /Doc | |
parent | 3f8f1643c8418a3e1980138c6fdb218e5be8c186 (diff) | |
download | cpython-53d285a9af2c7bfc5534241e011bca232bdfa25e.zip cpython-53d285a9af2c7bfc5534241e011bca232bdfa25e.tar.gz cpython-53d285a9af2c7bfc5534241e011bca232bdfa25e.tar.bz2 |
Remove some false statements.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libwebbrowser.tex | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Doc/lib/libwebbrowser.tex b/Doc/lib/libwebbrowser.tex index ddcfa5f..285fcf5 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} |