[issue20303] Argument Clinic: optional groups

Serhiy Storchaka report at bugs.python.org
Sun Jan 19 14:29:40 CET 2014


New submission from Serhiy Storchaka:

This is very very low priority issue. Currently Argument Clinic can't process following declaration:
/*[clinic input]
curses.window.chgat

    self: self(type="PyCursesWindowObject *")
    [
    y: int
        Y-coordinate.
    x: int
        X-coordinate.
    ]

    [
    num: int
        Number of characters.
    ]

    attr: long
        Attributes for the character.
    /

[clinic start generated code]*/

This stops three methods in the curse module to be converted to Argument Clinic.

----------
components: Build, Demos and Tools
messages: 208478
nosy: larry, serhiy.storchaka
priority: low
severity: normal
status: open
title: Argument Clinic: optional groups
type: enhancement
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20303>
_______________________________________


More information about the Python-bugs-list mailing list