On 8/26/2016 4:50 AM, d...@forestfield.co.uk wrote:
In a program I'm converting to Python 3 I'm examining a list of divisor values,
some of which can be None, to find the first with a value greater than 1.
Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] on
win32
Type
Thanks for the replies. My example seems to be from the fairly harmless end of
a wedge of behaviours that are being handled much more sensibly in Python 3.
--
https://mail.python.org/mailman/listinfo/python-list
d...@forestfield.co.uk wrote:
> In a program I'm converting to Python 3 I'm examining a list of divisor
> values, some of which can be None, to find the first with a value greater
> than 1.
>
> Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)]
> on win32 Type "help", "copy
On Fri, Aug 26, 2016 at 6:50 PM, d...@forestfield.co.uk
wrote:
> In a program I'm converting to Python 3 I'm examining a list of divisor
> values, some of which can be None, to find the first with a value greater
> than 1.
>
> Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Int
In a program I'm converting to Python 3 I'm examining a list of divisor values,
some of which can be None, to find the first with a value greater than 1.
Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more i