Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-112695: Renameidlelib/stackviewer module tostackbrowser#121420

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
Wulian233 wants to merge7 commits intopython:main
base:main
Choose a base branch
Loading
fromWulian233:idle-rename

Conversation

Wulian233
Copy link
Contributor

@Wulian233Wulian233 commentedJul 6, 2024
edited
Loading

This PR is to solve the#112695 name confusion

In addition to the renaming, there are a few minor changes, not important, but perhaps mentioning

In README.txt

  1. Remove the tabbedpages line, it has been removed 6 years agoIDLE htest: remove spec for deleted tabbedpages.py #78131, And in thebpo-33950: Remove IDLE htest spec for a deleted file. #7881 further removed.
  2. According to the actual filename, change NEWS2.txt to NEWS2x.txt

item ="%s, line%d: %s" % (modname, lineno,sourceline)
item =f"{modname}, line{lineno}: {sourceline}"
else:
item = "%s.%s(...), line %d: %s" % (modname, funcname,
lineno, sourceline)
item = f"{modname}.{funcname}(...), line {lineno}: {sourceline}"
Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

Change in renamed files: I think it's clearer to use f-string here

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@terryjreedyterryjreedyAwaiting requested review from terryjreedyterryjreedy is a code owner

Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@Wulian233

[8]ページ先頭

©2009-2025 Movatter.jp