On Thu, Apr 23, 2009 at 9:18 PM, Arfrever Frehtes Taifersar Arahesis
<
arfrev...@gmail.com> wrote:
> 2009-04-21 21:59:13 David James napisał(a):
>> Hi Arfrever,
>>
>> Sorry for the slow response.
>>
>> The minimum version of Python supported by the Ctypesgen should probably be
>> Python 2.4. I think it would be great to support Python 3, as long as we can
>> do that without breaking compatibility with Python 2.4. What do you think
>> the best way is to do that?
>>
>> It would be fine with me if a translation script were needed to be run on
>> the source code to make ctypesgen work with Python 3. We might use such a
>> script to generate a release tarball which works out of the box with Python
>> 3.
>
> Python >=2.6 (including Python 3) contains 2to3 tool which performs some
> changes for compatibility with Python 3. We might use 2to3 during generation
> of a release tarball in case of changes which aren't compatible with Python 2.