README 1.18 KB
Newer Older
Guido van Rossum's avatar
Guido van Rossum committed
1 2 3
Python Misc subdirectory
========================

4
This directory contains files that wouldn't fit in elsewhere.  Some
Guido van Rossum's avatar
Guido van Rossum committed
5
documents are only of historic importance.
Guido van Rossum's avatar
Guido van Rossum committed
6 7 8 9

Files found here
----------------

Guido van Rossum's avatar
Guido van Rossum committed
10
ACKS		Acknowledgements
11 12 13
AIX-NOTES	Notes for building Python on AIX
BeOS-NOTES	Notes for building on BeOS
BeOS-setup.py	setup.py replacement for BeOS, see BeOS-NOTES
14 15 16
cheatsheet	Quick summary of Python by Ken Manheimer
find_recursionlimit.py  Script to find a value for sys.maxrecursionlimit
gdbinit		Handy stuff to put in your .gdbinit file, if you use gdb
Guido van Rossum's avatar
Guido van Rossum committed
17
HISTORY		News from previous releases -- oldest last
Guido van Rossum's avatar
Guido van Rossum committed
18
HPUX-NOTES	Notes about dynamic loading under HP-UX
19 20
indent.pro	GNU indent profile approximating my C style
NEWS		News for this release (for some meaning of "this")
21
Porting		Mini-FAQ on porting to new platforms
22 23 24
PURIFY.README	Information for Purify users
python.man	UNIX man page for the python interpreter
python-mode.el	Emacs mode for editing Python programs
Guido van Rossum's avatar
Guido van Rossum committed
25
README		The file you're reading now
Guido van Rossum's avatar
Guido van Rossum committed
26
RFD		Request For Discussion about a Python newsgroup
27
RPM		(Old) tools to build RPMs
Guido van Rossum's avatar
Guido van Rossum committed
28
setuid-prog.c	C helper program for set-uid Python scripts
Guido van Rossum's avatar
Guido van Rossum committed
29
vgrindefs	Python configuration for vgrind (a generic pretty printer)