Hi Michael,

On Mon, Jan 10, 2011 at 9:55 PM, Michael Stefaniuc <[email protected]> wrote:
> Hello,
>
> on Fedora 14 I get
>  $ python --version
>  Python 2.7
> and thus coccinelle fails to build.
>
> The attached patch fixes this. I tried the more specific
>  "Python 2\.[567](\..*)?"
> but although it is a valid Perl regexp the check_config() doesn't seem to
> grok it. Anyway the attached patch is good until Python 2.49 ;)

Thanks for the report and the patch

I finally commited the following

        "Python 2\.([567]|[567]\.\S*)",

which seems to work and will be integrated in the next rc.

Regards.
>
> bye
>        michael
>
> _______________________________________________
> Cocci mailing list
> [email protected]
> http://lists.diku.dk/mailman/listinfo/cocci
> (Web access from inside DIKUs LAN only)
>
>



-- 
Nicolas Palix
http://proton.inrialpes.fr/~npalix/
_______________________________________________
Cocci mailing list
[email protected]
http://lists.diku.dk/mailman/listinfo/cocci
(Web access from inside DIKUs LAN only)

Reply via email to