Bug#963036: Wild guess to fix this bug
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
Bug#963036: Wild guess to fix this bug
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<--