Bug#963036: Wild guess to fix this bug

2020-06-18 Thread Georges Khaznadar
Dear maintainer(s) of octave-symbolic, here is a wild guess, inspired by a simple remark: 8< $ python3 -c "import six; print(six.integer_types)" (,) $ python2 -c "import six; print(six.integer_types)" (, ) 8<--

Bug#963036: Wild guess to fix this bug

2020-06-19 Thread Sébastien Villemot
Dear Georges, Le jeudi 18 juin 2020 à 18:12 +0200, Georges Khaznadar a écrit : > Dear maintainer(s) of octave-symbolic, here is a wild guess, inspired by > a simple remark: > > 8< > $ python3 -c "import six; print(six.integer_types)" (,) > $ pyt