Skip to content

typo fix : identify referent - #19571

Merged
pitrou merged 1 commit into
python:masterfrom
wudenggang:typo-fix
Apr 18, 2020
Merged

typo fix : identify referent#19571
pitrou merged 1 commit into
python:masterfrom
wudenggang:typo-fix

Conversation

@wudenggang

Copy link
Copy Markdown
Contributor

typo fix : identify referent

typo fix : identify referent
@furkanonder

Copy link
Copy Markdown
Contributor

You can open a issue at https://bugs.python.org/ so that issue-number test case succeeds.

@tirkarthi

Copy link
Copy Markdown
Member

Issue and news are not necessary. I have added skip-issue and skip-news labels.

@tirkarthi
tirkarthi requested a review from pitrouApril 18, 2020 06:01

@tirkarthitirkarthi left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM. Thanks.

@pitroupitrou left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

+1

@miss-islington

Copy link
Copy Markdown
Contributor

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

@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @wudenggang for the PR, and @pitrou 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 Apr 18, 2020
(cherry picked from commit c606624)
Co-authored-by: Galden <wudenggang0@163.com>
@bedevere-bot

Copy link
Copy Markdown

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Apr 18, 2020
(cherry picked from commit c606624)
Co-authored-by: Galden <wudenggang0@163.com>
@bedevere-bot

Copy link
Copy Markdown

GH-19579 is a backport of this pull request to the 3.7 branch.

pitrou pushed a commit that referenced this pull request Apr 18, 2020
(cherry picked from commit c606624)
Co-authored-by: Galden <wudenggang0@163.com>
Co-authored-by: Galden <wudenggang0@163.com>
pitrou pushed a commit that referenced this pull request Apr 18, 2020
(cherry picked from commit c606624)
Co-authored-by: Galden <wudenggang0@163.com>
Co-authored-by: Galden <wudenggang0@163.com>
CuriousLearner added a commit to CuriousLearner/cpython that referenced this pull request May 29, 2020
* master: (1985 commits)
bpo-40179: Fix translation of #elif in Argument Clinic (pythonGH-19364)
bpo-35967: Skip test with `uname -p` on Android (pythonGH-19577)
bpo-40257: Improve help for the typing module (pythonGH-19546)
Fix two typos in multiprocessing (pythonGH-19571)
bpo-40286: Use random.randbytes() in tests (pythonGH-19575)
bpo-40286: Makes simpler the relation between randbytes() and getrandbits() (pythonGH-19574)
bpo-39894: Route calls from pathlib.Path.samefile() to os.stat() via the path accessor (pythonGH-18836)
bpo-39897: Remove needless `Path(self.parent)` call, which makes `is_mount()` misbehave in `Path` subclasses. (pythonGH-18839)
bpo-40282: Allow random.getrandbits(0) (pythonGH-19539)
bpo-40302: UTF-32 encoder SWAB4() macro use a|b rather than a+b (pythonGH-19572)
bpo-40302: Replace PY_INT64_T with int64_t (pythonGH-19573)
bpo-40286: Add randbytes() method to random.Random (pythonGH-19527)
bpo-39901: Move `pathlib.Path.owner()` and `group()` implementations into the path accessor. (pythonGH-18844)
bpo-40300: Allow empty logging.Formatter.default_msec_format. (pythonGH-19551)
bpo-40302: Add pycore_byteswap.h header file (pythonGH-19552)
bpo-40287: Fix SpooledTemporaryFile.seek() return value (pythonGH-19540)
Minor modernization and readability improvement to the tokenizer example (pythonGH-19558)
bpo-40294: Fix _asyncio when module is loaded/unloaded multiple times (pythonGH-19542)
Fix parameter names in assertIn() docs (pythonGH-18829)
bpo-39793: use the same domain on make_msgid tests (python#18698)
...
Sign up for freeto 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.

7 participants

@wudenggang@furkanonder@tirkarthi@miss-islington@bedevere-bot@pitrou@the-knights-who-say-ni