[Python-checkins] CVS: python/dist/src/Doc Makefile.deps,1.32,1.33
Fred L. Drake
python-dev@python.org
2000年6月28日 08:07:40 -0700
- Previous message: [Python-checkins] CVS: python/dist/src/Lib/test test_al.py,1.2,1.3 test_b1.py,1.22,1.23 test_cd.py,1.2,1.3 test_cl.py,1.2,1.3 test_pwd.py,1.5,1.6 test_winreg.py,1.2,1.3 test_zlib.py,1.7,1.8
- Next message: [Python-checkins] CVS: python/dist/src/Doc/lib libatexit.tex,NONE,1.1 libsys.tex,1.35,1.36 lib.tex,1.152,1.153
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Doc
In directory slayer.i.sourceforge.net:/tmp/cvs-serv8272/Doc
Modified Files:
Makefile.deps
Log Message:
Added the atexit module and documentation from Skip Montanaro
<skip@mojam.com>. Revisions to the markup to make it pass LaTeX, added
an index entry and a reference from the sys.exitfunc documentation.
This closes SourceForge patch #100620.
Index: Makefile.deps
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile.deps,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -r1.32 -r1.33
*** Makefile.deps 2000年06月13日 20:51:29 1.32
--- Makefile.deps 2000年06月28日 15:07:31 1.33
***************
*** 229,232 ****
--- 229,233 ----
../lib/libtty.tex \
../lib/libasyncore.tex \
+ ../lib/libatexit.tex \
../lib/libcfgparser.tex
- Previous message: [Python-checkins] CVS: python/dist/src/Lib/test test_al.py,1.2,1.3 test_b1.py,1.22,1.23 test_cd.py,1.2,1.3 test_cl.py,1.2,1.3 test_pwd.py,1.5,1.6 test_winreg.py,1.2,1.3 test_zlib.py,1.7,1.8
- Next message: [Python-checkins] CVS: python/dist/src/Doc/lib libatexit.tex,NONE,1.1 libsys.tex,1.35,1.36 lib.tex,1.152,1.153
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]