bpo-29176: Fix name of the _curses.window class#52
Conversation
Set name to "_curses.window" instead of "_curses.curses window" (with a space!?).
Codecov Report
@@ Coverage Diff @@
## master #52 +/- ##
==========================================
+ Coverage 82.37% 82.37% +<.01%
==========================================
Files 1427 1427
Lines 350948 350948
==========================================
+ Hits 289093 289098 +5
+ Misses 61855 61850 -5Continue to review full report at Codecov.
|
Sorry, something went wrong.
briancurtin
left a comment
There was a problem hiding this comment.
+1, trivial change
Sorry, something went wrong.
briancurtin
left a comment
There was a problem hiding this comment.
+1, trivial change (actually approving now)
Sorry, something went wrong.
|
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 ;-) |
Sorry, something went wrong.
Set name to "_curses.window" instead of "_curses.curses window" (with a space!?). (cherry picked from commit 61e2bc7)
Backport bpo-33254 - contents() returns an Iterable Closes python#52 See merge request python-devs/importlib_resources!57
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> Co-authored-by: Brandt Bucher <brandt@python.org>
Set name to "_curses.window" instead of "_curses.curses window" (with
a space!?).