mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Added \platform annotations.
This commit is contained in:
parent
46a9438c43
commit
f6863c1909
38 changed files with 297 additions and 242 deletions
|
|
@ -1,9 +1,13 @@
|
|||
% Manual text and implementation by Jaap Vermeulen
|
||||
\section{\module{posixfile} ---
|
||||
A file-like object with support for locking.}
|
||||
\declaremodule{builtin}{posixfile}
|
||||
File-like objects with locking support}
|
||||
|
||||
\declaremodule{builtin}{posixfile}
|
||||
\platform{UNIX}
|
||||
\modulesynopsis{A file-like object with support for locking.}
|
||||
\moduleauthor{Jaap Vermeulen}{}
|
||||
\sectionauthor{Jaap Vermeulen}{}
|
||||
|
||||
|
||||
\indexii{\POSIX{}}{file object}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue