-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-33314: Fix rendering issues in the documentation for the os module #6525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Doc/library/os.rst
Outdated
@@ -1127,13 +1127,15 @@ or `the MSDN <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Windo | ||
.. versionadded:: 3.7 | ||
|
||
.. data:: RWF_DSYNC (since Linux 4.7) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would add the line
Availability: Linux (version 4.7).
after the description.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you mean maintaining (since Linux 4.7)
or eliminating that and adding Availability: Linux (version 4.7).
at the end?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, eliminate it. Currently (since Linux 4.7)
is rendered as a signature of the RWF_DSYNC callable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@serhiy-storchaka Done in b8eea4e
@serhiy-storchaka: Please replace |
Thanks @pablogsal for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7. |
GH-6597 is a backport of this pull request to the 3.7 branch. |
https://bugs.python.org/issue33314
Example of the problem:
https://docs.python.org/3.7/library/os.html#os.RWF_NOWAIT