summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libposixfile.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-10-24 21:56:59 (GMT)
committerFred Drake <fdrake@acm.org>2001-10-24 21:56:59 (GMT)
commitbc006af3d044668e4e58272b045f7c736eda7291 (patch)
tree7ed9876c1a292c5c17bed3a10fd1ebd8f2b46f9e /Doc/lib/libposixfile.tex
parent0559d95fd665696188d5ef00ccb28453af5ff509 (diff)
downloadcpython-bc006af3d044668e4e58272b045f7c736eda7291.zip
cpython-bc006af3d044668e4e58272b045f7c736eda7291.tar.gz
cpython-bc006af3d044668e4e58272b045f7c736eda7291.tar.bz2
Make the deprecation notice use the same form as other such notices.
This has sat around in a deprecated state for a *long* time!
Diffstat (limited to 'Doc/lib/libposixfile.tex')
-rw-r--r--Doc/lib/libposixfile.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libposixfile.tex b/Doc/lib/libposixfile.tex
index cbfcf73..c81b7c4 100644
--- a/Doc/lib/libposixfile.tex
+++ b/Doc/lib/libposixfile.tex
@@ -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