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.

classification
Title: library.pdf - Section 17.6.4 Examples - Multiprocessing - Formatting got lost
Type: behavior Stage:
Components: Documentation tools (Sphinx) Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, wplappert
Priority: normal Keywords:

Created on 2008-10-21 15:47 by wplappert, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
example- 17.6.4.png wplappert, 2008-10-21 20:59 last-1 and last pice of example code for chapter 17.6.4
Messages (3)
msg75033 - (view) Author: Winfried Plappert (wplappert) Date: 2008-10-21 15:46
There is a very long (last) example following the paragraph which starts
with the words: "An example/demo of how to use the managers.SyncManager,
Process and others ...". The formatting that this an example somehow got
lost and the PDF text becomes very sparse. I will attach a png file later.

The HTML documentation recognizes it as an example and formats it correctly.
msg75045 - (view) Author: Winfried Plappert (wplappert) Date: 2008-10-21 20:59
example-17.6.4.png shows two pieces of Python code, the top being good
and the bottom very sparse.
msg78211 - (view) Author: Winfried Plappert (wplappert) Date: 2008-12-22 21:27
Changes to Sphinx fixed issue4162 for Python version 2.6.1. This issue
can be closed.
History
Date User Action Args
2022-04-11 14:56:40adminsetgithub: 48412
2008-12-22 21:28:24benjamin.petersonsetstatus: open -> closed
resolution: fixed
2008-12-22 21:27:41wplappertsetmessages: + msg78211
2008-10-21 20:59:54wplappertsetfiles: + example- 17.6.4.png
messages: + msg75045
2008-10-21 15:50:10wplappertsetcomponents: + Documentation tools (Sphinx), - Documentation
2008-10-21 15:47:00wplappertcreate