https://github.com/python/cpython/commit/65585caa727458da3533d3a8bdc298d5620850e5 commit: 65585caa727458da3533d3a8bdc298d5620850e5 branch: main author: Serhiy Storchaka <[email protected]> committer: serhiy-storchaka <[email protected]> date: 2026-06-28T10:53:51Z summary:
Remove now-wrapped functions from the curses unsupported list (GH-152480) Co-authored-by: Claude Opus 4.8 <[email protected]> files: M Modules/_cursesmodule.c diff --git a/Modules/_cursesmodule.c b/Modules/_cursesmodule.c index 5a0d175b5e997e..46c453ac850c7e 100644 --- a/Modules/_cursesmodule.c +++ b/Modules/_cursesmodule.c @@ -40,16 +40,10 @@ Here's a list of currently unsupported functions: - addchnstr addchstr color_set define_key - del_curterm inchnstr inchstr innstr keyok - mcprint mvaddchnstr mvaddchstr mvcur mvinchnstr - mvinchstr mvinnstr mmvwaddchnstr mvwaddchstr - mvwinchnstr mvwinchstr mvwinnstr - restartterm ripoffline - scrl set_curterm setterm - tgetent tgetflag tgetnum tgetstr tgoto timeout tputs - vidattr vidputs waddchnstr waddchstr - wcolor_set winchnstr winchstr winnstr wmouse_trafo wscrl + del_curterm mcprint mvcur restartterm + ripoffline set_curterm setterm + tgetent tgetflag tgetnum tgetstr tgoto tputs + vidattr vidputs wmouse_trafo Low-priority: slk_attr slk_attr_off slk_attr_on slk_attr_set slk_attroff _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
