* lib1.tex: documented dict.items() and dict.values()

* ref3.tex: documented new __init__ and __del__ special methods of
  class instances.
This commit is contained in:
Guido van Rossum 1993-05-24 14:19:37 +00:00
parent d316607732
commit 23301a9467
4 changed files with 38 additions and 2 deletions

View file

@ -1001,7 +1001,7 @@ def next_command_p(length, buf, pp, i, cmdname):
# things that are special to LaTeX, but not to texi..
onlylatexspecial = '_~^$#&%'
class Struct(): pass
class Struct: pass
hist = Struct()
out = Struct()