Skip to content

gh-102541: Add test case for help() for non_existent_module - #106340

Merged
terryjreedy merged 4 commits into
python:mainfrom
Eclips4:issue-102541
Jul 11, 2023
Merged

gh-102541: Add test case for help() for non_existent_module#106340
terryjreedy merged 4 commits into
python:mainfrom
Eclips4:issue-102541

Conversation

@Eclips4

@Eclips4Eclips4 commented Jul 2, 2023

Copy link
Copy Markdown
Member

Test fix for when enter, for instance, 'abd' at 'help>' prompt.

@Eclips4

Copy link
Copy Markdown
MemberAuthor

cc @terryjreedy

@AlexWaygoodAlexWaygood changed the title gh-102541: Add test case for non-existend modulegh-102541: Add test case for non-existent moduleJul 2, 2023
@terryjreedyterryjreedy changed the title gh-102541: Add test case for non-existent modulegh-102541: Add test case for help() for non_existent_moduleJul 11, 2023
@terryjreedy
terryjreedy merged commit 292ac4b into python:mainJul 11, 2023
@terryjreedyterryjreedy added needs backport to 3.11 only security fixes needs backport to 3.12 only security fixes labels Jul 11, 2023
@miss-islington

Copy link
Copy Markdown
Contributor

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

@miss-islington

Copy link
Copy Markdown
Contributor

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 11, 2023
…thonGH-106340)
Test fix for when one enters, for instance, 'abd' at the 'help>' prompt.
---------
(cherry picked from commit 292ac4b)
Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 11, 2023
…thonGH-106340)
Test fix for when one enters, for instance, 'abd' at the 'help>' prompt.
---------
(cherry picked from commit 292ac4b)
Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
@bedevere-bot

Copy link
Copy Markdown

GH-106639 is a backport of this pull request to the 3.12 branch.

@bedevere-botbedevere-bot removed the needs backport to 3.12 only security fixes label Jul 11, 2023
@bedevere-bot

Copy link
Copy Markdown

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

@bedevere-botbedevere-bot removed the needs backport to 3.11 only security fixes label Jul 11, 2023
terryjreedy added a commit that referenced this pull request Jul 11, 2023
…H-106340) (#106640)
gh-102541: Add test case for help() for non_existent_module (GH-106340)
Test fix for when one enters, for instance, 'abd' at the 'help>' prompt.
---------
(cherry picked from commit 292ac4b)
Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
terryjreedy added a commit that referenced this pull request Jul 11, 2023
…H-106340) (#106639)
gh-102541: Add test case for help() for non_existent_module (GH-106340)
Test fix for when one enters, for instance, 'abd' at the 'help>' prompt.
---------
(cherry picked from commit 292ac4b)
Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
@Eclips4
Eclips4 deleted the issue-102541 branch August 2, 2023 09:49
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@Eclips4@miss-islington@bedevere-bot@terryjreedy