File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,12 +135,14 @@ \section{\module{os.path} ---
135135directory (as indicated by device number and i-node number).
136136Raise an exception if a \function {os.stat()} call on either pathname
137137fails.
138+ Availability: Macintosh, \UNIX {}.
138139\end {funcdesc }
139140
140141\begin {funcdesc }{sameopenfile}{fp1, fp2}
141142Return true if the file objects \var {fp1} and \var {fp2} refer to the
142143same file. The two file objects may represent different file
143144descriptors.
145+ Availability: Macintosh, \UNIX {}.
144146\end {funcdesc }
145147
146148\begin {funcdesc }{samestat}{stat1, stat2}
@@ -149,6 +151,7 @@ \section{\module{os.path} ---
149151\function {fstat()}, \function {lstat()}, or \function {stat()}. This
150152function implements the underlying comparison used by
151153\function {samefile()} and \function {sameopenfile()}.
154+ Availability: Macintosh, \UNIX {}.
152155\end {funcdesc }
153156
154157\begin {funcdesc }{split}{path}
You can’t perform that action at this time.
0 commit comments