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
| @@ -106,6 +106,12 @@ Macros to create objects: | |||
| .. versionadded:: 3.6 | |||
|
|
|||
|
|
|||
| .. c:function:: PyObject* PyTime_FromTime(int hour, int minute, int second, int usecond) | |||
There was a problem hiding this comment.
The reason will be displayed to describe this comment to others. Learn more.
Why do you move this paragraph?
There was a problem hiding this comment.
The reason will be displayed to describe this comment to others. Learn more.
I moved that paragraph to create a better order as requested by @pganssle so that PyTime_FromTimeAndFold follows PyTime_FromTime which is a better order for a user who will be reading the docs.
| @@ -0,0 +1 @@ | |||
| Add new references for C API Documentationadditions of Time_FromTimeAndFold and PyDateTime_FromDateAndTimeAndFold. Patch by Edison Abahurire. | |||
There was a problem hiding this comment.
The reason will be displayed to describe this comment to others. Learn more.
I would remove this blurb. @matrixise or someone can just add the "skip news" label, but this is just a fixup from the previous PR, which was merged a bit prematurely.
There was a problem hiding this comment.
The reason will be displayed to describe this comment to others. Learn more.
Thanks @pganssle
I have removed the blurb. Please review the change.
@matrixise
|
@matrixise @csabella Do one of you mind adding the "skip news" label? This is a fixup for the earlier PR, so it already has a corresponding blurb. |
|
@matrixise This needs a backport to Python 3.7 as well. |
|
Ping @matrixise or @csabella - is it too late to add the "needs backport" label? The original change that this is a fixup for was backported to 3.7, but this PR wasn't. |
|
Thanks @SimiCode for the PR, and @matrixise for merging it |
|
GH-13413 is a backport of this pull request to the 3.7 branch. |
https://bugs.python.org/issue36783