mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
* 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:
parent
c45611d0e3
commit
6f0132f490
5 changed files with 445 additions and 101 deletions
|
@ -52,5 +52,4 @@ def process(fi, fo):
|
|||
'\\\\code{\\0}', line)
|
||||
fo.write(line)
|
||||
|
||||
#main()
|
||||
process(open('ext.tex', 'r'), sys.stdout)
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue