Add deprecation notices to modules deprecated since 2000.

This commit is contained in:
Georg Brandl 2006-02-17 11:18:58 +00:00
parent 2c98a7bbc6
commit b56230b30d
2 changed files with 6 additions and 1 deletions

View file

@ -4,6 +4,9 @@
\declaremodule{standard}{gopherlib} \declaremodule{standard}{gopherlib}
\modulesynopsis{Gopher protocol client (requires sockets).} \modulesynopsis{Gopher protocol client (requires sockets).}
\deprecated{2.5}{The \code{gopher} protocol is not in active use
anymore.}
\indexii{Gopher}{protocol} \indexii{Gopher}{protocol}
This module provides a minimal implementation of client side of the This module provides a minimal implementation of client side of the

View file

@ -5,6 +5,8 @@
\modulesynopsis{Read and write image files in ``SGI RGB'' format (the module \modulesynopsis{Read and write image files in ``SGI RGB'' format (the module
is \emph{not} SGI specific though!).} is \emph{not} SGI specific though!).}
\deprecated{2.5}{This module is not maintained anymore and seems to be
unused.}
The \module{rgbimg} module allows Python programs to access SGI imglib image The \module{rgbimg} module allows Python programs to access SGI imglib image
files (also known as \file{.rgb} files). The module is far from files (also known as \file{.rgb} files). The module is far from