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

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

Merged
merged 1 commit into from
Feb 12, 2017
Merged

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

merged 1 commit into from
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" (with
a space!?).
@codecov
Copy link

codecov bot commented Feb 12, 2017

Codecov Report

Merging #52 into master will increase coverage by <.01%.
The diff coverage is n/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 by Codecov. Last update c22bfaa...6f49906. Read the comment docs.

Copy link
Member

@briancurtin briancurtin 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

@briancurtin briancurtin 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
Member Author

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

@vstinner vstinner merged commit 61e2bc7 into python:master Feb 12, 2017
Mariatta referenced this pull request in Mariatta/cpython Mar 7, 2017
Set name to "_curses.window" instead of "_curses.curses window" (with
a space!?).
(cherry picked from commit 61e2bc7)
vstinner pushed a commit that referenced this pull request Mar 8, 2017
Set name to "_curses.window" instead of "_curses.curses window" (with
a space!?).
(cherry picked from commit 61e2bc7)
@vstinner vstinner deleted the curses_fix_window_class_name branch June 15, 2017 23:02
colesbury referenced this pull request in colesbury/nogil Oct 6, 2021
jaraco pushed a commit that referenced this pull request Dec 2, 2022
jaraco pushed a commit to jaraco/cpython that referenced this pull request Feb 17, 2023
Backport bpo-33254 - contents() returns an Iterable

Closes python#52

See merge request python-devs/importlib_resources!57
isidentical pushed a commit to isidentical/cpython that referenced this pull request Mar 28, 2023
oraluben pushed a commit to oraluben/cpython that referenced this pull request Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants