X Tutup
The Wayback Machine - https://web.archive.org/web/20220827204343/https://github.com/python/cpython/pull/95403
Skip to content
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

gh-93267: Fix documentation for datetime module #95403

Merged
merged 1 commit into from Jul 29, 2022

Conversation

BenjaminHelyer
Copy link
Contributor

@BenjaminHelyer BenjaminHelyer commented Jul 28, 2022

Updating documentation for datetime module, as per issue #93267

@cpython-cla-bot
Copy link

cpython-cla-bot bot commented Jul 28, 2022

All commit authors signed the Contributor License Agreement.
CLA signed

@bedevere-bot
Copy link

bedevere-bot commented Jul 28, 2022

Most changes to Python require a NEWS entry.

Please add it using the blurb_it web app or the blurb command-line tool.

@bedevere-bot bedevere-bot added docs Documentation in the Doc dir skip news labels Jul 28, 2022
@BenjaminHelyer
Copy link
Contributor Author

BenjaminHelyer commented Jul 28, 2022

Most changes to Python require a NEWS entry.

Please add it using the blurb_it web app or the blurb command-line tool.

I am assuming this doesn't need a NEWS entry since this is just a documentation update. If it's needed, I can make one.

@ericvsmith
Copy link
Member

ericvsmith commented Jul 28, 2022

I am assuming this doesn't need a NEWS entry since this is just a documentation update. If it's needed, I can make one.

It's not needed for this tiny change.

@ericvsmith ericvsmith merged commit 6e44bf9 into python:main Jul 29, 2022
14 checks passed
@miss-islington
Copy link
Contributor

miss-islington commented Jul 29, 2022

Thanks @BenjaminHelyer for the PR, and @ericvsmith for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11.
🐍🍒🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jul 29, 2022
(cherry picked from commit 6e44bf9)

Co-authored-by: BenjaminHelyer <91896754+BenjaminHelyer@users.noreply.github.com>
@bedevere-bot
Copy link

bedevere-bot commented Jul 29, 2022

GH-95408 is a backport of this pull request to the 3.11 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jul 29, 2022
(cherry picked from commit 6e44bf9)

Co-authored-by: BenjaminHelyer <91896754+BenjaminHelyer@users.noreply.github.com>
@bedevere-bot
Copy link

bedevere-bot commented Jul 29, 2022

GH-95409 is a backport of this pull request to the 3.10 branch.

@ericvsmith
Copy link
Member

ericvsmith commented Jul 29, 2022

Thanks, @BenjaminHelyer!

ericvsmith pushed a commit that referenced this issue Jul 29, 2022
…h-95408)

(cherry picked from commit 6e44bf9)

Co-authored-by: BenjaminHelyer <91896754+BenjaminHelyer@users.noreply.github.com>

Co-authored-by: BenjaminHelyer <91896754+BenjaminHelyer@users.noreply.github.com>
ericvsmith pushed a commit that referenced this issue Jul 29, 2022
…h-95409)

(cherry picked from commit 6e44bf9)

Co-authored-by: BenjaminHelyer <91896754+BenjaminHelyer@users.noreply.github.com>

Co-authored-by: BenjaminHelyer <91896754+BenjaminHelyer@users.noreply.github.com>
@BenjaminHelyer BenjaminHelyer deleted the DateTimeDocFix branch Jul 29, 2022
@BenjaminHelyer
Copy link
Contributor Author

BenjaminHelyer commented Jul 29, 2022

Thank you @ericvsmith for the email to Core-mentorship, and thank you all for the help! This was my first pull request ever on an open source project, and I am so excited to dive deeper. Now will leave future simple documentation changes for others who haven't been able to do this yet.

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.

None yet

5 participants
X Tutup