gh-101041: Fix a misspelled name of utctimetuple in a doc warning#101042
Merged
miss-islington merged 2 commits intopython:mainfrom Jan 15, 2023
Merged
gh-101041: Fix a misspelled name of utctimetuple in a doc warning#101042miss-islington merged 2 commits intopython:mainfrom
utctimetuple in a doc warning#101042miss-islington merged 2 commits intopython:mainfrom
Conversation
utctimetuple in a doc warning
sobolevn
reviewed
Jan 15, 2023
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
pganssle
approved these changes
Jan 15, 2023
Contributor
|
Thanks @arhadthedev for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Contributor
|
Thanks @arhadthedev for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
|
GH-101175 is a backport of this pull request to the 3.10 branch. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Jan 20, 2023
…ning (pythonGH-101042) (cherry picked from commit 8e9d08b) Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
|
GH-101176 is a backport of this pull request to the 3.11 branch. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Jan 20, 2023
…ning (pythonGH-101042) (cherry picked from commit 8e9d08b) Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
Contributor
|
@pganssle if your intention in adding those labels was to backport, note you need to add the "needs backport to 3.xx", not the "3.xx" label (also 3.8 and 3.9 are security fixes only) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
utcfromtimetupleis mentioned in documentation, which isn't a thing. The 'from' part is erroneous #101041Automerge-Triggered-By: GH:pganssle