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

Fix typos mostly in comments, docs and test names #15209

Merged
merged 6 commits into from
Aug 30, 2019
Merged

Fix typos mostly in comments, docs and test names #15209

merged 6 commits into from
Aug 30, 2019

Conversation

minho42
Copy link
Contributor

@minho42 minho42 commented Aug 11, 2019

Found some more typos in various files.

Doc/library/importlib.rst Outdated Show resolved Hide resolved
Lib/test/test_winreg.py Outdated Show resolved Hide resolved
Lib/unittest/test/testmock/testpatch.py Outdated Show resolved Hide resolved
minho42 and others added 2 commits August 31, 2019 01:43
Co-Authored-By: Ashwin Ramaswami <aramaswamis@gmail.com>
Co-Authored-By: Ashwin Ramaswami <aramaswamis@gmail.com>
@terryjreedy
Copy link
Member

I am going to make and backport the idlelib changes, revert here, and then review.

minho42 and others added 3 commits August 31, 2019 05:25
Co-Authored-By: Ashwin Ramaswami <aramaswamis@gmail.com>
Fix in separate PR
Copy link
Member

@terryjreedy terryjreedy left a comment

Choose a reason for hiding this comment

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

All changes look correct and non-controversial. I checked that the only code change (LOADLIBARYEX to LOADLIBRARYEX) was complete and consistent.

Modules/expat/loadlibrary.c Show resolved Hide resolved
@miss-islington
Copy link
Contributor

Thanks @minho42 for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Aug 30, 2019
(cherry picked from commit 39d87b5)

Co-authored-by: Min ho Kim <minho42@gmail.com>
@bedevere-bot
Copy link

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

@miss-islington
Copy link
Contributor

Thanks @minho42 for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry, @minho42 and @terryjreedy, I could not cleanly backport this to 3.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 39d87b54715197ca9dcb6902bb43461c0ed701a2 3.7

@terryjreedy
Copy link
Member

I expected the 3.8 backport to fail; good thing I tried it anyway.
If you or anyone makes a 3.7 backport PR, I think the LOADLIBARYEX fix should be skipped in case people have used it in their code. They should not be surprised until they try 3.8.

miss-islington added a commit that referenced this pull request Aug 30, 2019
(cherry picked from commit 39d87b5)

Co-authored-by: Min ho Kim <minho42@gmail.com>
@minho42
Copy link
Contributor Author

minho42 commented Aug 31, 2019

Thank you @terryjreedy

@minho42 minho42 deleted the Fixed-typos branch August 31, 2019 02:50
lisroach pushed a commit to lisroach/cpython that referenced this pull request Sep 10, 2019
DinoV pushed a commit to DinoV/cpython that referenced this pull request Jan 14, 2020
websurfer5 pushed a commit to websurfer5/cpython that referenced this pull request Jul 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants