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: ref.ps and ref.pdf formatting
Type: Stage:
Components: Documentation Versions: Python 2.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: fdrake Nosy List: fdrake, mwh, youngdr
Priority: release blocker Keywords:

Created on 2002-02-26 20:07 by youngdr, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (4)
msg9432 - (view) Author: David R Young (youngdr) Date: 2002-02-26 20:07
I have noticed what seems to be a formatting problem in both ref.ps (when 
viewed with GSview 4.1) and ref.pdf (when viewed with Acrobat 5.0.5). One 
example is on page 33 in section 5.3.4. The text of the modified BNF 
grammar notation for a rule seems to be much too long to fit on one line. 
Since it is not wrapped, a lot of the rule is not printed.

They are the files from pdf-letter-2.2.zip and postscript-letter-2.2.zip.

They are from 2001/December/21.

msg9433 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2002-03-14 14:44
Logged In: YES 
user_id=3066

This bug exists in both the 2.2 branch and the trunk.  It
should be considered a high-priority bug, especially for 2.2.1.
msg9434 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2002-03-14 16:58
Logged In: YES 
user_id=6656

Setting group.
msg9435 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2002-03-15 23:22
Logged In: YES 
user_id=3066

Fixed in time for the 2.2.1 release candidate:
Doc/perl/python.perl  1.116.4.2
Doc/ref/ref2.tex  1.34.6.1
Doc/ref/ref5.tex  1.53.4.1
Doc/ref/ref6.tex  1.47.4.1
Doc/ref/ref7.tex  1.29.8.3
Doc/ref/refa1.tex  1.9.8.2
Doc/texinputs/python.sty  1.88.4.1

Also on the development trunk:
Doc/perl/python.perl  1.118
Doc/ref/ref2.tex  1.35
Doc/ref/ref5.tex  1.54
Doc/ref/ref6.tex  1.48
Doc/ref/ref7.tex  1.32
Doc/ref/refa1.tex  1.11
Doc/texinputs/python.sty  1.89
History
Date User Action Args
2022-04-10 16:05:02adminsetgithub: 36165
2002-02-26 20:07:53youngdrcreate