[
https://issues.apache.org/jira/browse/SYSTEMML-829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15399580#comment-15399580
]
Mike Dusenberry commented on SYSTEMML-829:
------------------------------------------
Fix added to {{master}} in [commit 305d840 |
https://github.com/apache/incubator-systemml/commit/305d84060a5453419d4ccaa8b99547b620e98226],
and to {{branch-0.10}} in [commit c85ebed |
https://github.com/apache/incubator-systemml/commit/c85ebed6bd80adf550cc0c4300f5bb3572db8090].
> Python API Broken In Python 3 Due To Inclusion Of Tabs In Source File
> ---------------------------------------------------------------------
>
> Key: SYSTEMML-829
> URL: https://issues.apache.org/jira/browse/SYSTEMML-829
> Project: SystemML
> Issue Type: Bug
> Affects Versions: SystemML 0.9, SystemML 0.10, SystemML 0.11
> Reporter: Mike Dusenberry
> Assignee: Mike Dusenberry
> Priority: Minor
> Fix For: SystemML 0.11, SystemML 0.10.1
>
>
> Currently, our Python Api ({{SystemML.py}}) does not support Python 3 due to
> accidental inclusion of tabs into the source file. Both Python 2 and Python
> 3 heavily discourage the use of any tabs, and Python 3 explicitly does not
> allow a file to contain both tabs and spaces \[1]. Therefore, this fix will
> replace any tabs with spaces, and we must ensure that any future Python
> additions **only** include spaces.
> \[1]: [PEP 8 | https://www.python.org/dev/peps/pep-0008/#tabs-or-spaces]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)