[Python-bugs-list] [ python-Bugs-637807 ] \optional in \funcline args lists broken

noreply@sourceforge.net noreply@sourceforge.net
Wed, 13 Nov 2002 09:57:26 -0800


Bugs item #637807, was opened at 2002-11-13 10:03
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=637807&group_id=5470

Category: Documentation
Group: Python 2.2.2
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Andrew Koenig (arkoenig)
Assigned to: Fred L. Drake, Jr. (fdrake)
>Summary: \optional in \funcline args lists broken

Initial Comment:
In section 4.2.5 ("Match Objects"), the "start" and
"end" methods are described as "start([group])" and
"end([group])".  In both cases, "group" is (corectly)
in italics, but in the case of "end", the square
brackets surrounding "group" are also italicized.

----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2002-11-13 12:57

Message:
Logged In: YES 
user_id=3066

Ok, this turns out to be two different things:

1) The wrong markup was used; it used \funcline instead of
\methodline.  Had it used the right thing, it would have
been presented properly.

Fixed in Doc/lib/libre.tex revisions 1.92 and 1.73.6.13.

2) \funcline was indeed broken; it needed to be added to a
list of macros that needed to have an alternate processing
order imposed (it relies on the LaTeX ordering rather than
LaTeX2HTML's "inside-out" processing of command arguments).

Fixed in Doc/perl/python.perl revisions 1.130 and 1.116.4.5.

----------------------------------------------------------------------

Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2002-11-13 11:31

Message:
Logged In: YES 
user_id=3066

Unfortunately, this is a tool problem, not a minor typo. 
This affects both 2.2.x and 2.3.  Updating summary.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=637807&group_id=5470