Larry Hastings added the comment:
Well, they're going to have to change somehow, because the concepts of "left"
and "right" are going away (see #20303). However, your suggested new name for
these functions would be awful for large groups. Consider
curses.window.overlay:
window.overlay(destw
New submission from Serhiy Storchaka:
Currently flags for optional groups are named as group_left_N and
group_right_N. It will be better if they have names use_param,
use_param1_param2, etc. E.g. following declaration:
/*[clinic input]
curses.window.addstr
self: self(type="PyCursesWindow