[Image-SIG] Will 1.1.7 be true-division safe ?

Sebastian Haase seb.haase at gmail.com
Fri May 29 10:07:19 CEST 2009


On Thu, May 28, 2009 at 10:46 PM, Fredrik Lundh <fredrik at pythonware.com> wrote:
> On Wed, May 27, 2009 at 11:14 AM, Fredrik Lundh <fredrik at pythonware.com> wrote:
>> PIL 1.1.7 works with all Python versions back to 1.5.2, so this won't
>> ever go into the 1.1.X mainline (and division behaviour won't ever be
>> changed in the Python 2.X series either, so it doesn't really matter).
>
> To clarify, the above refers to the 1.1.7 main release.  There will be
> a version of 1.1.7 available for 3.X later this year, with this fix
> and many others...
>
One more comment :
I was only asking for the use of the '//' operator, which is "at
least" backwards compatible to Python 2.2  -- I don't know the exact
version when it was introduced....
Are you saying that 1.5.2 did not know about it and you "need" to
support those ?

(I'm asking because in the mathematical community using true-division
behavior is quite beneficial, even for Python 2.x )

Regards,

Sebastian Haase


More information about the Image-SIG mailing list