Thanks Jeroen for your answer.
Accordingly, I am keeping the Python-2 way.
Best regards,
Eric.
--
You received this message because you are subscribed to the Google Groups
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to sage-devel+unsub
On 2017-11-16 15:02, Eric Gourgoulhon wrote:
I understand that the Python2-syntax of super, i.e. super(class,
self), is still valid in Python3 [1] so this should not hamper the
transition to Python3, but in writing new code (as I am doing at the
moment) shouldn't we use the Python3 way, i.e. supe