View Ticket
|
2018-05-18
| ||
| 21:31 | • Fixed ticket [f3390832e8]: Python 3.5 as default will throw syntax error plus 5 other changes artifact: 2f60bdecb5 user: mario | |
|
2018-02-23
| ||
| 13:22 | • New ticket [f3390832e8]. artifact: 98f13dd812 user: nobody | |
| Ticket Hash: | f3390832e8cdd7963b640035730d20a06f96c045 | |||
| Title: | Python 3.5 as default will throw syntax error | |||
| Status: | Fixed | Type: | Code_Defect | |
| Severity: | Minor | Priority: | Immediate | |
| Subsystem: | Resolution: | Fixed | ||
| Last Modified: | 2018-05-18 21:31:21 | |||
| Version Found In: | 2.1.9 | |||
| User Comments: | ||||
nobody added on 2018-02-23 13:22:10:
Traceback (most recent call last):
File "./st2.py", line 57, in <module>
import action
File "./action.py", line 519
print self.src
print (self.src) will make the program work ....
mario added on 2018-05-18 21:31:21: Indeed. A remnant stray print statement. That was fixed in 2.2.0 latest. (Most other instances use `log.DATA()` by now.) | ||||