Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
e34ac7ce
Commit
e34ac7ce
authored
Jul 30, 2006
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug #1002398: The documentation for os.path.sameopenfile now correctly
refers to file descriptors, not file objects.
parent
ad6911bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
Doc/lib/libposixpath.tex
Doc/lib/libposixpath.tex
+2
-3
Misc/NEWS
Misc/NEWS
+3
-0
No files found.
Doc/lib/libposixpath.tex
View file @
e34ac7ce
...
...
@@ -193,9 +193,8 @@ Availability: Macintosh, \UNIX.
\end{funcdesc}
\begin{funcdesc}
{
sameopenfile
}{
fp1, fp2
}
Return
\code
{
True
}
if the file objects
\var
{
fp1
}
and
\var
{
fp2
}
refer to the
same file. The two file objects may represent different file
descriptors.
Return
\code
{
True
}
if the file descriptors
\var
{
fp1
}
and
\var
{
fp2
}
refer
to the same file.
Availability: Macintosh,
\UNIX
.
\end{funcdesc}
...
...
Misc/NEWS
View file @
e34ac7ce
...
...
@@ -61,6 +61,9 @@ Core and builtins
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
make
it
appear
at
both
names
,
has
been
removed
.
Bug
#
1511497
,
#
1513611
,
and
probably
others
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment