Skip to content

bpo-36783: Add new references for C API Documentation changes#13204

Merged
matrixise merged 4 commits intopython:masterfrom
edison12a:fixup-bpo-36783
May 13, 2019
Merged

bpo-36783: Add new references for C API Documentation changes#13204
matrixise merged 4 commits intopython:masterfrom
edison12a:fixup-bpo-36783

Conversation

@edison12a
Copy link
Copy Markdown
Contributor

@edison12a edison12a commented May 8, 2019

@edison12a edison12a changed the title Added new references for C API Documentation changes bpo-36783 Added new references for C API Documentation changes May 8, 2019
.. versionadded:: 3.6


.. c:function:: PyObject* PyTime_FromTime(int hour, int minute, int second, int usecond)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you move this paragraph?

Copy link
Copy Markdown
Contributor Author

Choose a reason for 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.
Copy link
Copy Markdown
Member

Choose a reason for 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.

Copy link
Copy Markdown
Contributor Author

Choose a reason for 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

Copy link
Copy Markdown
Member

@pganssle pganssle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks Edison!

@pganssle
Copy link
Copy Markdown
Member

pganssle commented May 8, 2019

@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.

Copy link
Copy Markdown
Member

@matrixise matrixise left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution

@matrixise matrixise changed the title bpo-36783 Added new references for C API Documentation changes bpo-36783: Add new references for C API Documentation changes May 13, 2019
@matrixise matrixise merged commit d28772a into python:master May 13, 2019
@pganssle
Copy link
Copy Markdown
Member

@matrixise This needs a backport to Python 3.7 as well.

@pganssle
Copy link
Copy Markdown
Member

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.

@miss-islington
Copy link
Copy Markdown
Contributor

Thanks @SimiCode for the PR, and @matrixise for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 19, 2019
…GH-13204)

(cherry picked from commit d28772a)

Co-authored-by: Edison A <20975616+SimiCode@users.noreply.github.com>
@bedevere-bot
Copy link
Copy Markdown

GH-13413 is a backport of this pull request to the 3.7 branch.

miss-islington added a commit that referenced this pull request May 19, 2019
(cherry picked from commit d28772a)

Co-authored-by: Edison A <20975616+SimiCode@users.noreply.github.com>
@edison12a edison12a deleted the fixup-bpo-36783 branch June 6, 2020 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants