bpo-36783: Add new references for C API Documentation changes#13204
bpo-36783: Add new references for C API Documentation changes#13204matrixise merged 4 commits intopython:masterfrom
Conversation
Misc/NEWS.d/next/Documentation/2019-05-08-17-54-02.bpo-36783.Z9b3mL.rst
Outdated
Show resolved
Hide resolved
| .. versionadded:: 3.6 | ||
|
|
||
|
|
||
| .. c:function:: PyObject* PyTime_FromTime(int hour, int minute, int second, int usecond) |
There was a problem hiding this comment.
Why do you move this paragraph?
There was a problem hiding this comment.
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.
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.
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
left a comment
There was a problem hiding this comment.
Thank you for your contribution
|
@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 🌮🎉.. I'm working now to backport this PR to: 3.7. |
|
GH-13413 is a backport of this pull request to the 3.7 branch. |
https://bugs.python.org/issue36783