@@ -11,20 +11,19 @@ ACKS Acknowledgements
1111AIX-NOTES Notes for building Python on AIX
1212BeOS-NOTES Notes for building on BeOS
1313BeOS-setup.py setup.py replacement for BeOS, see BeOS-NOTES
14+ cheatsheet Quick summary of Python by Ken Manheimer
15+ find_recursionlimit.py Script to find a value for sys.maxrecursionlimit
16+ gdbinit Handy stuff to put in your .gdbinit file, if you use gdb
1417HISTORY News from previous releases -- oldest last
1518HPUX-NOTES Notes about dynamic loading under HP-UX
16- NEWS News for this release
17- PURIFY.README Information for Purify users
19+ indent.pro GNU indent profile approximating my C style
20+ NEWS News for this release (for some meaning of "this")
1821Porting Mini-FAQ on porting to new platforms
22+ PURIFY.README Information for Purify users
23+ python.man UNIX man page for the python interpreter
24+ python-mode.el Emacs mode for editing Python programs
1925README The file you're reading now
2026RFD Request For Discussion about a Python newsgroup
2127RPM (Old) tools to build RPMs
22- cheatsheet Quick summary of Python by Ken Manheimer
23- find_recursionlimit.py Script to find a value for sys.maxrecursionlimit
24- gdbinit Handy stuff to put in your .gdbinit file, if you use gdb
25- indent.pro GNU indent profile approximating my C style
26- python-mode.el Emacs mode for editing Python programs
27- python.man UNIX man page for the python interpreter
2828setuid-prog.c C helper program for set-uid Python scripts
29- unicode.txt Marc-Andre Lemburg's specification of the Unicode API
3029vgrindefs Python configuration for vgrind (a generic pretty printer)
0 commit comments