[reportlab-users] Bug: String exception raised in pdfdoc.py

Meitham Jamaa meitham at reportlab.com
Mon Nov 9 06:48:45 EST 2009



> Since string exceptions are illegal since Python 2.6, this raises a type error. Proposed fix:

>

>        raise Exception("in outline, destination name must be string: got a %s" % Ot)


Thank you for reporting this issue.
This will now raise a TypeError.

Cheers
Meitham


More information about the reportlab-users mailing list