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

bpo-29176: Fix name of the _curses.window class#52

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

Merged
vstinner merged 1 commit intopython:masterfromvstinner:curses_fix_window_class_name
Feb 12, 2017
Merged

bpo-29176: Fix name of the _curses.window class#52

vstinner merged 1 commit intopython:masterfromvstinner:curses_fix_window_class_name
Feb 12, 2017

Conversation

@vstinner
Copy link
Member

Set name to "_curses.window" instead of "_curses.curses window" (with
a space!?).

Set name to "_curses.window" instead of "_curses.curses window" (witha space!?).
@codecov
Copy link

codecovbot commentedFeb 12, 2017

Codecov Report

Merging#52 intomaster willincrease coverage by<.01%.
The diff coverage isn/a.

@@            Coverage Diff             @@##           master      #52      +/-   ##==========================================+ Coverage   82.37%   82.37%   +<.01%==========================================  Files        1427     1427                Lines      350948   350948              ==========================================+ Hits       289093   289098       +5+ Misses      61855    61850       -5

Continue to review full report at Codecov.

Legend -Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered byCodecov. Last updatec22bfaa...6f49906. Read thecomment docs.

Copy link
Member

@briancurtinbriancurtin left a comment

Choose a reason for hiding this comment

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

+1, trivial change

Copy link
Member

@briancurtinbriancurtin left a comment

Choose a reason for hiding this comment

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

+1, trivial change (actually approving now)

@vstinner
Copy link
MemberAuthor

Serhiy Storshaka asked me if the change can have any impact on pickle. No, it doesn't because these objects were not picklable before and are not pickable after ;-)
http://bugs.python.org/issue29176#msg287521

@vstinnervstinner merged commit61e2bc7 intopython:masterFeb 12, 2017
Mariatta referenced this pull request in Mariatta/cpythonMar 7, 2017
Set name to "_curses.window" instead of "_curses.curses window" (witha space!?).(cherry picked from commit61e2bc7)
vstinner pushed a commit that referenced this pull requestMar 8, 2017
Set name to "_curses.window" instead of "_curses.curses window" (witha space!?).(cherry picked from commit61e2bc7)
@vstinnervstinner deleted the curses_fix_window_class_name branchJune 15, 2017 23:02
colesbury referenced this pull request in colesbury/nogilOct 6, 2021
jaraco pushed a commit that referenced this pull requestDec 2, 2022
jaraco pushed a commit to jaraco/cpython that referenced this pull requestFeb 17, 2023
Backport bpo-33254 - contents() returns an IterableClosespython#52See merge request python-devs/importlib_resources!57
isidentical pushed a commit to isidentical/cpython that referenced this pull requestMar 28, 2023
oraluben pushed a commit to oraluben/cpython that referenced this pull requestJul 12, 2023
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>Co-authored-by: Brandt Bucher <brandt@python.org>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@briancurtinbriancurtinbriancurtin approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@vstinner@briancurtin@berkerpeksag@Mariatta@the-knights-who-say-ni

[8]ページ先頭

©2009-2025 Movatter.jp