[reportlab-users] platypus/flowables.py typo?

Christoph Devenoges reportlab-users@reportlab.com
Wed, 20 Aug 2003 14:13:00 +0200


hi,

reportlab.Version 1.18

file: reportlab/platypus/flowables.py  line 225:

text = join(self.lines, "\n")

should read?

text = string.join(self.lines, "\n")

or even

text = '\n'.join(self.lines)

is the CVS version ok for production use?

regards,

chris


--
"Perhaps, after all, America never has been discovered. I myself would
say that it has merely been detected." --Oscar Wilde