blob: 75da921f96c636fa5562f3555a880d99ff57738f [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
20Makefile Used for administrative chores like cleaning up
21NEWS News for this release
Guido van Rossuma7925f11994-01-26 10:20:16 +000022README The file you're reading now
Guido van Rossum34e5dca1994-01-26 15:39:28 +000023RFD Request For Discussion about a Python newsgroup
Guido van Rossuma7925f11994-01-26 10:20:16 +000024fixfuncptrs.sh Shell script to fix function pointer initializers
Guido van Rossum34e5dca1994-01-26 15:39:28 +000025python-mode.el Emacs mode for editing Python programs (thanks, Tim!)
26python.gif 4-level grayscale image of a Python (snake)
Guido van Rossuma7925f11994-01-26 10:20:16 +000027python.man UNIX man page for the python interpreter
Guido van Rossum34e5dca1994-01-26 15:39:28 +000028renumber.py Script to renumber the sections in the FAQ