[Cython] usage does not match the options

Robert Bradshaw robertwb at gmail.com
Wed Sep 12 14:54:40 CEST 2012


On Wed, Sep 12, 2012 at 5:36 AM, B. Clausius <barcc at gmx.de> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi,
>
> I found that the options shown by "cython -h" are different to the
> options parsed by cython.
>
> Usage: --warning-error
> Parser: --warning-errors
> The parser does not recognize "-q" and "-quiet"
> (Patch attached)

Thanks. Pushed.
https://github.com/cython/cython/commit/eae1ada81dd15528b26f3d802a31f04cdd4a22f6
(Generally we prefer pull requests, but we're not that picky when
people are helping out...)

> There are other options that are not in the usage:
>   -+
>   -z, --pre-import
>   --convert-range
>   --no-c-in-traceback
>   --disable-function-redefinition
>   --old-style-globals
>   --debug
>   -h, --help

Yeah, none of these should be advertised.

- Robert


More information about the cython-devel mailing list