* text2latex.py: call main() instead of always processing ext.tex.

* Makefile: added 'ext' to 'all' target
* ext.tex: more changes towards a readable text
* lib4.tex (posix): added set{uid,gid}
* lib2.tex (array): restored doc for typecode and itemsize (which were
  there but not visible for dir())
This commit is contained in:
Guido van Rossum 1993-11-19 13:13:22 +00:00
parent c45611d0e3
commit 6f0132f490
5 changed files with 445 additions and 101 deletions

View file

@ -52,5 +52,4 @@ def process(fi, fo):
'\\\\code{\\0}', line)
fo.write(line)
#main()
process(open('ext.tex', 'r'), sys.stdout)
main()