Spaces ignored in <source> in PDF generation leading to embarrassing document :)
0 views
Skip to first unread message
Swaroop C H
unread,
Jan 15, 2009, 9:42:36 PM1/15/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mwlib / pediapress
Hello,
In my open source Python book, there is an example which demonstrates that wrong indentation can lead to subtle programming errors. Unfortunately, mwlib strips out that space at the beginning of the line which means the example actually works!
This has left many readers confused.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mw...@googlegroups.com
Hi Swaroop,
thanks for pointing out that issue.
Actually that bug only occured when the line to be printed had to be
split into multiple lines.
It is fixed in the latest trunk version.