Roundup Tracker - Issues

Issue 2550986

classification
Use print_function imports everywhere using print
Type: rfe Severity: normal
Components: Infrastructure Versions: devel
process
Status: fixed fixed
:
: : joseph_myers
Priority: : python3

Created on 2018-07-25 19:54 by joseph_myers, last changed 2018-08-05 11:49 by joseph_myers.

Messages
msg6142 Author: [hidden] (joseph_myers) Date: 2018-07-25 19:54
https://sourceforge.net/p/roundup/mailman/message/36374864/ requests use
of "from __future__ import print_function" everywhere using the print
function.  I think this only affects scripts/contributors.py and
scripts/schema-dump.py and other files already have it.
msg6170 Author: [hidden] (joseph_myers) Date: 2018-08-05 11:49
Fix pushed.

https://sourceforge.net/p/roundup/code/ci/ce171c81d823e7d8938e6b84d408b6ed3f85e730/
History
Date User Action Args
2018-08-05 11:49:38joseph_myerssetstatus: new -> fixed
resolution: fixed
messages: + msg6170
2018-07-26 10:43:19joseph_myerssetkeywords: + python3
2018-07-25 19:54:56joseph_myerscreate