blob: 75ce5bc37454c4a4fa6ccbc11dfc4df5aae54cc3 [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 +000015COPYING The GNU GENERAL PUBLIC LICENCE (needed because of autoconf)
16COPYRIGHT The Python copyright notice
17FAQ Frequently Asked Questions about Python (and answers)
18Fixcprt.py Fix the copyright message (a yearly chore :-)
Guido van Rossum34e5dca1994-01-26 15:39:28 +000019HISTORY News from previous releases -- oldest last
Guido van Rossum14421771994-09-14 14:06:46 +000020HPUX-NOTES Notes about dynamic loading under HP-UX
21HYPE More hype about Python
Guido van Rossum34e5dca1994-01-26 15:39:28 +000022Makefile Used for administrative chores like cleaning up
23NEWS News for this release
Guido van Rossuma7925f11994-01-26 10:20:16 +000024README The file you're reading now
Guido van Rossum34e5dca1994-01-26 15:39:28 +000025RFD Request For Discussion about a Python newsgroup
Guido van Rossum0c4071e1994-08-30 12:23:22 +000026cheatsheet Quick summary of Python by Ken Mannheimer
Guido van Rossum14421771994-09-14 14:06:46 +000027dlMakefile Generic Makefile for dynamically loadable modules by Ken M.
Guido van Rossuma7925f11994-01-26 10:20:16 +000028fixfuncptrs.sh Shell script to fix function pointer initializers
Guido van Rossum14421771994-09-14 14:06:46 +000029indent.pro GNU indent profile approximating my C style (by Steen Lumholt)
Guido van Rossum34e5dca1994-01-26 15:39:28 +000030python-mode.el Emacs mode for editing Python programs (thanks, Tim!)
Guido van Rossum14421771994-09-14 14:06:46 +000031python.gif 4-level grayscale image of a Python snake
Guido van Rossuma7925f11994-01-26 10:20:16 +000032python.man UNIX man page for the python interpreter
Guido van Rossum34e5dca1994-01-26 15:39:28 +000033renumber.py Script to renumber the sections in the FAQ