X Tutup
The Wayback Machine - https://web.archive.org/web/20221223103844/https://github.com/python/cpython/pull/22869
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

[3.8] bpo-39416: change word case to not imply ABC (GH-22867) (GH-22869) #22869

Merged
merged 1 commit into from Dec 16, 2020

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 21, 2020

Follow-up for bpo-39416

Automerge-Triggered-By: GH:merwok
(cherry picked from commit f8b1ccd)

Co-authored-by: kpinc kop@karlpinc.com

https://bugs.python.org/issue39416

Automerge-Triggered-By: GH:merwok

… class name (pythonGH-22867)

This is a trivial fix to [bpo-39416](), which didn't come up until it was already committed

```
Change "Numeric" to "numeric".

I believe this is trivial enough to not need an issue or a NEWS entry, although
I'm unclear on what branches the original pull request received backports.
```

Automerge-Triggered-By: GH:merwok
(cherry picked from commit f8b1ccd)

Co-authored-by: kpinc <kop@karlpinc.com>
@miss-islington
Copy link
Contributor Author

miss-islington commented Oct 21, 2020

@kpinc: Status check is done, and it's a success .

@merwok merwok added the 🤖 automerge PR will be merged once it's been approved and all CI passed label Oct 21, 2020
merwok
merwok approved these changes Oct 21, 2020
@github-actions
Copy link

github-actions bot commented Dec 16, 2020

This PR is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 5 days

@github-actions github-actions bot added the stale Stale PR or inactive for long period of time. label Dec 16, 2020
@merwok merwok changed the title [3.8] Fix bpo-39416: Change "Numeric" to lower case; an english word, not a class name (GH-22867) [3.8] bpo-39416: change word case to not imply ABC (GH-22867) (GH-22869) Dec 16, 2020
@merwok merwok merged commit aedc94b into python:3.8 Dec 16, 2020
4 checks passed
@miss-islington
Copy link
Contributor Author

miss-islington commented Dec 16, 2020

@kpinc: Status check is done, and it's a success .

1 similar comment
@miss-islington
Copy link
Contributor Author

miss-islington commented Dec 16, 2020

@kpinc: Status check is done, and it's a success .

@miss-islington miss-islington deleted the backport-f8b1ccd-3.8 branch Dec 16, 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 🤖 automerge PR will be merged once it's been approved and all CI passed skip news stale Stale PR or inactive for long period of time.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants
X Tutup