-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
bpo-41867: Include options for timespec in docstrings of isoformat methods #22418
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
Hi Ram, thanks for this, it's a nice addition! What about the doc-strings for the C implementation? (e.g. here) |
It seems that the C implementation for Let's make these all consistent. |
e2e0ba5
to
8a7abe4
Compare
Done. |
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.
Almost good to go, just a couple of small comments.
Misc/NEWS.d/next/Library/2020-09-26-19-45-06.bpo-41867.hcueGL.rst
Outdated
Show resolved
Hide resolved
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 |
8a7abe4
to
70dd716
Compare
I have made the requested changes; please review again |
Thanks for making the requested changes! @taleinat: please review the changes made to this pull request. |
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.
Wow, @cool-RR, that was quick!
One more thing...
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 |
70dd716
to
dbfeb83
Compare
I have made the requested changes; please review again |
Thanks for making the requested changes! @taleinat: please review the changes made to this pull request. |
dbfeb83
to
2cf017b
Compare
I have made the requested changes; please review again |
Thanks for making the requested changes! @taleinat: please review the changes made to this pull request. |
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.
LGTM
…ds (pythonGH-22418) (cherry picked from commit 5230131) Co-authored-by: Ram Rachum <ram@rachum.com>
GH-22518 is a backport of this pull request to the 3.9 branch. |
…ds (pythonGH-22418) (cherry picked from commit 5230131) Co-authored-by: Ram Rachum <ram@rachum.com>
GH-22519 is a backport of this pull request to the 3.8 branch. |
… methods (pythonGH-22418) (cherry picked from commit 5230131) Co-authored-by: Ram Rachum <ram@rachum.com>
https://bugs.python.org/issue41867