https://bugs.kde.org/show_bug.cgi?id=411645

            Bug ID: 411645
           Summary: Make sagemath backend compatible with sagemath built
                    with python3
           Product: cantor
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: sage-backend
          Assignee: cantor-b...@kde.org
          Reporter: paulo.cesar.pereira.de.andr...@gmail.com
  Target Milestone: ---

Created attachment 122512
  --> https://bugs.kde.org/attachment.cgi?id=122512&action=edit
cantor-sagemath-python3.patch

I am working on some updates to the Fedora sagemath package.
  This attached patch works with both, python2 and python3.
  The reason of the patch is self described below:

$ python3 -c 'print 1, 2'
  File "<string>", line 1
    print 1, 2
          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(1, 2)?
$ python3 -c 'print(1, 2)'
1 2

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to