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: Tex Macro Error
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: fdrake Nosy List: fdrake, rhettinger
Priority: high Keywords:

Created on 2002-06-28 04:37 by rhettinger, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (2)
msg11370 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2002-06-28 04:37
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.
msg11371 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2002-08-09 22:53
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.
History
Date User Action Args
2022-04-10 16:05:27adminsetgithub: 36818
2002-06-28 04:37:45rhettingercreate