I have found another issue I'm wondering a little how to handle. There
are places in the bana_test file that sys.maxint is used. This no longer
exists in python3, so how should it be handled. Should we make an
artificial maxint to use for python3. I might want to note that it is
not used for co
> On Jul 3, 2015, at 2:00 PM, Jørn Lomax wrote:
>
> I have found another issue I'm wondering a little how to handle. There are
> places in the bana_test file that sys.maxint is used. This no longer exists
> in python3, so how should it be handled. Should we make an artificial maxint
> to use
Am Freitag, 3. Juli 2015, 23:00:45 schrieb Jørn Lomax:
> I have found another issue I'm wondering a little how to handle. There
> are places in the bana_test file that sys.maxint is used. This no longer
> exists in python3, so how should it be handled. Should we make an
> artificial maxint to us