This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amberj
Recipients amberj
Date 2010-09-29.14:54:12
SpamBayes Score 2.9483047e-06
Marked as misclassified No
Message-id <1285772054.59.0.857308007062.issue9986@psf.upfronthosting.co.za>
In-reply-to
Content
CC: docs@python.org

I was planning to print the official python "2.7" tutorial: http://docs.python.org/tutorial/index.html.
So, I went over to Download page: http://docs.python.org/download.html and downloaded the PDF file. But the PDF have some missing text due to width of page being less than number of chars to put on a line.
For example, please have a look at page-21 (Section 3.1.3 titled "Unicode Strings"). It has an incomplete line from HTML documentation.
Here's a screenshot of what I see (and mean):
http://amberj.devio.us/pub/screenshots/pdfdoc.png

There's a line somewhere in the middle of screenshot which goes out of boundary of PDF document and fails to put out-of-boundary text on newline.
From what I had read, it seems that this happens only with 'code snippets' in tutorial. This is probably a problem with convertor (HTML to PDF?).

Can you guys please fix it?
Thanks a lot.
History
Date User Action Args
2010-09-29 14:54:14amberjsetrecipients: + amberj
2010-09-29 14:54:14amberjsetmessageid: <1285772054.59.0.857308007062.issue9986@psf.upfronthosting.co.za>
2010-09-29 14:54:13amberjlinkissue9986 messages
2010-09-29 14:54:12amberjcreate