[Python-bugs-list] [ python-Bugs-574939 ] Tex Macro Error

noreply@sourceforge.net noreply@sourceforge.net
Fri, 09 Aug 2002 15:53:03 -0700


Bugs item #574939, was opened at 2002-06-28 00:37
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=574939&group_id=5470

Category: Documentation
Group: Python 2.3
>Status: Closed
>Resolution: Fixed
Priority: 7
Submitted By: Raymond Hettinger (rhettinger)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: Tex Macro Error

Initial Comment:
David Abrahams reported missing right parens for 
list.pop() and list.sort() in the docs at 
http://www.python.org/dev/doc/devel/lib/typesseq-
mutable.html 

I scanned forward and also found them missing for 
dict.get() and dict.setdefault().

The parens *are* in the tex files.  It appears that 
there is a strange interaction between the \optional 
macro and the enclosing \lineiii macro resulting in 
the paren being consumed.

Older versions of the docs are okay, so the bug is new.


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

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2002-08-09 18:53

Message:
Logged In: YES 
user_id=3066

Finally!  This was a bug in a modified version of the
support for the \optional macro in my working directory, and
was never checked in.  I've removed the changes from my
working directory, and will update the online version shortly.

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

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