We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_curses.window.{chgat,getstr,instr}
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
This can be merged before or after #134283 was a sprint-dedicated issue, I think it's better not to bother new contributors so I'll hold the merge and resolve the conflicts myself later this week (it's not a pressing matter).
_cursesmodule.c
Sorry, something went wrong.
remove dead Argument Clinic for _curses.window.chgat
_curses.window.chgat
8e818e1
add helper for parsing (x, y) coordinates and optional length
(x, y)
97695e5
remove dead Argument Clinic for _curses.window.getstr
_curses.window.getstr
a670d54
remove dead Argument Clinic for _curses.window.instr
_curses.window.instr
3b3f5f2
_curses.window.{getch,getstr,instr}
_curses.window.{instr,getstr}
Merge remote-tracking branch 'upstream/main' into fix/curses/better-c…
20a9c1b
…linic-134208 # Conflicts: # Modules/_cursesmodule.c
post-merge
2decc95
better style consistency
59b0a20
remove const qualifiers
3c985f7
29e8115
Considering #134283 has been merged back into 3.14, I'll also backport this.
Thanks @picnixz for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14. 🐍🍒⛏🤖
[3.14] pythongh-134208: remove dead AC directives for `_curses.window…
9ab72a9
….{chgat,getstr,instr}` (pythonGH-134325) (cherry picked from commit 29e8115) Co-authored-by: Bénédikt Tran <[email protected]>
3.14 branch.
[3.14] gh-134208: remove dead AC directives for `_curses.window.{chga…
ed52549
…t,getstr,instr}` (#134701) (cherry picked from commit 29e8115)
pythongh-134208: remove dead AC directives for `_curses.window.{chgat…
1fb095c
…,getstr,instr}` (python#134325)
13f8f94
gpshead gpshead approved these changes
picnixz
Successfully merging this pull request may close these issues.