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.
Created on 2008年10月22日 14:11 by wplappert, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg75080 - (view) | Author: Winfried Plappert (wplappert) | Date: 2008年10月22日 14:11 | |
I seen this issue at various places, but I will quote from extending.pdf: Chapter 3: 'Building C and C++ Extensions with distutils' shows two long gcc commands. gcc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -DMAJOR_VERSION=1 -DMINOR_VERSION=0 -I/usr/local/include -I/usr/local/include/python2.2 -c demo.c -o build/temp.linux-i686-2.2/demo.o gcc -shared build/temp.linux-i686-2.2/demo.o -L/usr/local/lib -ltcl83 -o build/lib.linux-i686-2.2/demo.so The HTML version at http://docs.python.org/extending/building.html uses a slider to be able to see all the code, but the PDF-version does not have this feature. Consequently, the text is chopped off at the right hand side after the 98th character. |
|||
| msg78212 - (view) | Author: Winfried Plappert (wplappert) | Date: 2008年12月22日 21:36 | |
see also issue4160. |
|||
| msg134289 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2011年04月23日 01:23 | |
See also #11860. |
|||
| msg313353 - (view) | Author: Cheryl Sabella (cheryl.sabella) * (Python committer) | Date: 2018年03月06日 18:21 | |
I just tested the PDF on the current version of the docs and this is no longer an issue. The original example given wraps correctly on the PDF output. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:40 | admin | set | github: 48423 |
| 2018年03月06日 18:21:10 | cheryl.sabella | set | status: open -> closed nosy: + cheryl.sabella messages: + msg313353 resolution: works for me stage: resolved |
| 2016年02月11日 17:25:45 | georg.brandl | set | assignee: georg.brandl -> |
| 2013年03月28日 11:09:21 | georg.brandl | link | issue9986 superseder |
| 2011年04月23日 01:43:33 | terry.reedy | link | issue11860 superseder |
| 2011年04月23日 01:23:41 | ezio.melotti | set | nosy:
+ ezio.melotti messages: + msg134289 |
| 2008年12月22日 21:36:02 | wplappert | set | messages: + msg78212 |
| 2008年10月22日 20:36:57 | wplappert | set | type: behavior |
| 2008年10月22日 14:11:56 | wplappert | create | |