Commit a8a6210a authored by Georg Brandl's avatar Georg Brandl

Bug #1002398: The documentation for os.path.sameopenfile now correctly

refers to file descriptors, not file objects.
parent 3e6b2c76
...@@ -193,9 +193,8 @@ Availability: Macintosh, \UNIX. ...@@ -193,9 +193,8 @@ Availability: Macintosh, \UNIX.
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{sameopenfile}{fp1, fp2} \begin{funcdesc}{sameopenfile}{fp1, fp2}
Return \code{True} if the file objects \var{fp1} and \var{fp2} refer to the Return \code{True} if the file descriptors \var{fp1} and \var{fp2} refer
same file. The two file objects may represent different file to the same file.
descriptors.
Availability: Macintosh, \UNIX. Availability: Macintosh, \UNIX.
\end{funcdesc} \end{funcdesc}
......
...@@ -61,6 +61,9 @@ Core and builtins ...@@ -61,6 +61,9 @@ Core and builtins
Library Library
------- -------
- Bug #1002398: The documentation for os.path.sameopenfile now correctly
refers to file descriptors, not file objects.
- Rename of the xml package to xmlcore, and the import hackery done to - Rename of the xml package to xmlcore, and the import hackery done to
make it appear at both names, has been removed. Bug #1511497, make it appear at both names, has been removed. Bug #1511497,
#1513611, and probably others. #1513611, and probably others.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment