]> granicus.if.org Git - python/commitdiff
Make the deprecation notice use the same form as other such notices.
authorFred Drake <fdrake@acm.org>
Wed, 24 Oct 2001 21:56:59 +0000 (21:56 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 24 Oct 2001 21:56:59 +0000 (21:56 +0000)
This has sat around in a deprecated state for a *long* time!

Doc/lib/libposixfile.tex

index cbfcf7375a32b78711b08e73ca3e4b886c0f7570..c81b7c4aaf18535db807603bfb9ba193c89fea89 100644 (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