make file closing more robust
[python/dscho.git] / Misc / README
blob6e26303e46d7e4a3a1a21b1b247c6a16b0f048d2
1 Python Misc subdirectory
2 ========================
4 This directory contains files that wouldn't fit in elsewhere.  Some
5 documents are only of historic importance.
7 Files found here
8 ----------------
10 ACKS            Acknowledgements
11 AIX-NOTES       Notes for building Python on AIX
12 cheatsheet      Quick summary of Python by Ken Manheimer
13 find_recursionlimit.py  Script to find a value for sys.maxrecursionlimit
14 gdbinit         Handy stuff to put in your .gdbinit file, if you use gdb
15 HISTORY         News from previous releases -- oldest last
16 HPUX-NOTES      Notes about dynamic loading under HP-UX
17 indent.pro      GNU indent profile approximating my C style
18 NEWS            News for this release (for some meaning of "this")
19 Porting         Mini-FAQ on porting to new platforms
20 PURIFY.README   Information for Purify users
21 pymemcompat.h   Memory interface compatibility file.
22 python.man      UNIX man page for the python interpreter
23 python-mode.el  Emacs mode for editing Python programs
24 python-wing.wpr Wing IDE project file
25 README          The file you're reading now
26 README.valgrind Information for Valgrind users, see valgrind-python.supp
27 RFD             Request For Discussion about a Python newsgroup
28 RPM             (Old) tools to build RPMs
29 SpecialBuilds.txt     Describes extra symbols you can set for debug builds
30 setuid-prog.c   C helper program for set-uid Python scripts
31 vgrindefs       Python configuration for vgrind (a generic pretty printer)
32 valgrind-python.supp    Valgrind suppression file, see README.valgrind