[reportlab-users] "setfont" tag in RML seems not to work propelry
Bogdan M. Maryniuck
reportlab-users@reportlab.com
Wed, 28 Jul 2004 11:00:41 +0300
On Wed, Jul 28, 2004 at 08:52:26AM +0100, Robin Becker wrote:
> > return string.join(self.strings, "")
BTW, Robin, why to use old 1.5 version syntax:
string.join(self.strings, '')
...instead of:
self.strings.join('')
...to make more clear it for folks who thinks your code is buggy? :-)
--
暮
"[In 'Doctor' mode], I spent a good ten minutes telling Emacs what I
thought of it. (The response was, 'Perhaps you could try to be less
abusive.')"
(By Matt Welsh)