Comment 0 for bug 683031

Revision history for this message
Daniel Lee (forensic7278) wrote :

e.g.
'''
test.py
'''
from __future__ import print_function

class Class(object):
    def method(self):
        print('foo', end=' ')