[issue20302] Argument Clinic: meaningful names for group flags

2014-01-21 Thread Larry Hastings
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

[issue20302] Argument Clinic: meaningful names for group flags

2014-01-19 Thread Serhiy Storchaka
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