X Tutup
The Wayback Machine - https://web.archive.org/web/20260404071429/https://github.com/python/cpython/pull/22418
Skip to content

bpo-41867: Include options for timespec in docstrings of isoformat methods#22418

Merged
taleinat merged 3 commits intopython:masterfrom
cool-RR:2020-09-26-isoformat
Oct 3, 2020
Merged

bpo-41867: Include options for timespec in docstrings of isoformat methods#22418
taleinat merged 3 commits intopython:masterfrom
cool-RR:2020-09-26-isoformat

Conversation

@cool-RR
Copy link
Copy Markdown
Contributor

@cool-RR cool-RR commented Sep 26, 2020

@taleinat
Copy link
Copy Markdown
Contributor

taleinat commented Oct 2, 2020

Hi Ram, thanks for this, it's a nice addition!

What about the doc-strings for the C implementation? (e.g. here)

@taleinat taleinat added skip news docs Documentation in the Doc dir labels Oct 2, 2020
@taleinat
Copy link
Copy Markdown
Contributor

taleinat commented Oct 2, 2020

What about the doc-strings for the C implementation? (e.g. here)

It seems that the C implementation for datetime.iso_format() already has something very similar in its doc-string, while time.iso_format() doesn't.

Let's make these all consistent.

@cool-RR cool-RR force-pushed the 2020-09-26-isoformat branch 2 times, most recently from e2e0ba5 to 8a7abe4 Compare October 3, 2020 09:34
@cool-RR
Copy link
Copy Markdown
Contributor Author

cool-RR commented Oct 3, 2020

Done.

Copy link
Copy Markdown
Contributor

@taleinat taleinat left a comment

Choose a reason for hiding this comment

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

Almost good to go, just a couple of small comments.

@bedevere-bot
Copy link
Copy Markdown

A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated.

Once you have made the requested changes, please leave a comment on this pull request containing the phrase I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

@cool-RR
Copy link
Copy Markdown
Contributor Author

cool-RR commented Oct 3, 2020

I have made the requested changes; please review again

@bedevere-bot
Copy link
Copy Markdown

Thanks for making the requested changes!

@taleinat: please review the changes made to this pull request.

@bedevere-bot bedevere-bot requested a review from taleinat October 3, 2020 09:46
Copy link
Copy Markdown
Contributor

@taleinat taleinat left a comment

Choose a reason for hiding this comment

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

Wow, @cool-RR, that was quick!

One more thing...

@bedevere-bot
Copy link
Copy Markdown

A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated.

Once you have made the requested changes, please leave a comment on this pull request containing the phrase I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

@cool-RR
Copy link
Copy Markdown
Contributor Author

cool-RR commented Oct 3, 2020

I have made the requested changes; please review again

@bedevere-bot
Copy link
Copy Markdown

Thanks for making the requested changes!

@taleinat: please review the changes made to this pull request.

@cool-RR cool-RR force-pushed the 2020-09-26-isoformat branch from dbfeb83 to 2cf017b Compare October 3, 2020 09:58
@cool-RR
Copy link
Copy Markdown
Contributor Author

cool-RR commented Oct 3, 2020

I have made the requested changes; please review again

@bedevere-bot
Copy link
Copy Markdown

Thanks for making the requested changes!

@taleinat: please review the changes made to this pull request.

@bedevere-bot bedevere-bot requested a review from taleinat October 3, 2020 09:59
Copy link
Copy Markdown
Contributor

@taleinat taleinat left a comment

Choose a reason for hiding this comment

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

LGTM

@taleinat taleinat merged commit 5230131 into python:master Oct 3, 2020
@miss-islington
Copy link
Copy Markdown
Contributor

Thanks @cool-RR for the PR, and @taleinat for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 3, 2020
…ds (pythonGH-22418)

(cherry picked from commit 5230131)

Co-authored-by: Ram Rachum <ram@rachum.com>
@bedevere-bot
Copy link
Copy Markdown

GH-22518 is a backport of this pull request to the 3.9 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 3, 2020
…ds (pythonGH-22418)

(cherry picked from commit 5230131)

Co-authored-by: Ram Rachum <ram@rachum.com>
@bedevere-bot
Copy link
Copy Markdown

GH-22519 is a backport of this pull request to the 3.8 branch.

miss-islington added a commit that referenced this pull request Oct 3, 2020
…ds (GH-22418)

(cherry picked from commit 5230131)

Co-authored-by: Ram Rachum <ram@rachum.com>
taleinat pushed a commit that referenced this pull request Oct 3, 2020
… methods (GH-22418)

(cherry picked from commit 5230131)

Co-authored-by: Ram Rachum <ram@rachum.com>
ambv pushed a commit to ambv/cpython that referenced this pull request Oct 4, 2020
… methods (pythonGH-22418)

(cherry picked from commit 5230131)

Co-authored-by: Ram Rachum <ram@rachum.com>
xzy3 pushed a commit to xzy3/cpython that referenced this pull request Oct 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

X Tutup