blob: d466919b29890efcf0fd6dd929e74ff0895021e8 [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
11BLURB A quick description of Python for newcomers
12BLURB.LUTZ A very good blurb to show to TCL/Perl hackers
13COPYING The GNU GENERAL PUBLIC LICENCE (needed because of autoconf)
14COPYRIGHT The Python copyright notice
15FAQ Frequently Asked Questions about Python (and answers)
16Fixcprt.py Fix the copyright message (a yearly chore :-)
17README The file you're reading now
18fixfuncptrs.sh Shell script to fix function pointer initializers
19python-mode.el Emacs mode for editing Python programs (thanks again, Tim!)
20python.man UNIX man page for the python interpreter