Remove some false statements.

This commit is contained in:
Fred Drake 2001-07-19 03:49:33 +00:00
parent 3f8f1643c8
commit 53d285a9af
1 changed files with 2 additions and 4 deletions

View File

@ -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}