Make the deprecation notice use the same form as other such notices.

This has sat around in a deprecated state for a *long* time!
This commit is contained in:
Fred Drake 2001-10-24 21:56:59 +00:00
parent 0559d95fd6
commit bc006af3d0

View File

@ -11,9 +11,9 @@
\indexii{\POSIX{}}{file object}
\note{This module will become obsolete in a future release.
The locking operation that it provides is done better and more
portably by the \function{fcntl.lockf()} call.%
\deprecated{1.5}{The locking operation that this module provides is
done better and more portably by the
\function{\refmodule{fcntl}.lockf()} call.
\withsubitem{(in module fcntl)}{\ttindex{lockf()}}}
This module implements some additional functionality over the built-in