Hi,

On Fri, Jan 22, 2016 at 03:58:22PM +0100, Richard PALO wrote:
> Le 21/01/16 20:11, Richard PALO a écrit :
> >> Isn't this a python3 feature?
> >>
> 
> looks like it was 3.2 according to the python website (in the release notes 
> for 3.2)
> so I use instead:
> > -#if PY_VERSION_HEX < 0x02070000
> > +#if PY_VERSION_HEX < 0x03020000

We need python >= 3.3 when using python3 anyway (see configure;
and that is because of python3-internal changes), so that is a
given.

Regards,

Rene
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to