mirror of
https://github.com/python/cpython.git
synced 2024-11-26 03:14:27 +08:00
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:
parent
0559d95fd6
commit
bc006af3d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user