blob: 57253a7f44c8d07d941b9e3967e5c822d62fab08 [file] [log] [blame]
Guido van Rossuma7925f11994-01-26 10:20:16 +00001Python Misc subdirectory
2========================
3
4This directory contains files that wouldn't fit in elsewhere, in
5particular the UNIX manual page, an Emacs mode for Python source code,
6and a list of Frequently Asked Questions (and their answers).
7
8Files found here
9----------------
10
Guido van Rossum34e5dca1994-01-26 15:39:28 +000011ACKS Acknowledgements
12AIX-NOTES Notes for building Python on AIX
Guido van Rossuma7925f11994-01-26 10:20:16 +000013BLURB A quick description of Python for newcomers
Guido van Rossum34e5dca1994-01-26 15:39:28 +000014BLURB.LUTZ A testimonial from a converted Tcl/Perl hacker :-)
Guido van Rossuma7925f11994-01-26 10:20:16 +000015COPYRIGHT The Python copyright notice
16FAQ Frequently Asked Questions about Python (and answers)
17Fixcprt.py Fix the copyright message (a yearly chore :-)
Guido van Rossum34e5dca1994-01-26 15:39:28 +000018HISTORY News from previous releases -- oldest last
Guido van Rossum14421771994-09-14 14:06:46 +000019HPUX-NOTES Notes about dynamic loading under HP-UX
20HYPE More hype about Python
Guido van Rossum34e5dca1994-01-26 15:39:28 +000021Makefile Used for administrative chores like cleaning up
22NEWS News for this release
Guido van Rossuma7925f11994-01-26 10:20:16 +000023README The file you're reading now
Guido van Rossum34e5dca1994-01-26 15:39:28 +000024RFD Request For Discussion about a Python newsgroup
Guido van Rossume7017ba1995-08-28 03:09:31 +000025cheatsheet Quick summary of Python by Ken Manheimer
Guido van Rossum14421771994-09-14 14:06:46 +000026dlMakefile Generic Makefile for dynamically loadable modules by Ken M.
Guido van Rossuma7925f11994-01-26 10:20:16 +000027fixfuncptrs.sh Shell script to fix function pointer initializers
Guido van Rossum14421771994-09-14 14:06:46 +000028indent.pro GNU indent profile approximating my C style (by Steen Lumholt)
Guido van Rossum34e5dca1994-01-26 15:39:28 +000029python-mode.el Emacs mode for editing Python programs (thanks, Tim!)
Guido van Rossume7017ba1995-08-28 03:09:31 +000030pyimenu.el Support for Emacs with python-mode.el (by Perry Stoll)
Guido van Rossuma7925f11994-01-26 10:20:16 +000031python.man UNIX man page for the python interpreter
Guido van Rossum34e5dca1994-01-26 15:39:28 +000032renumber.py Script to renumber the sections in the FAQ
Guido van Rossume7017ba1995-08-28 03:09:31 +000033setuid-prog.c C helper program for set-uid Python scripts