1 Python Misc subdirectory
2 ========================
4 This directory contains files that wouldn't fit in elsewhere, in
5 particular the UNIX manual page, an Emacs mode for Python source code,
6 and a list of Frequently Asked Questions (and their answers).
12 AIX-NOTES Notes for building Python on AIX
13 BLURB A quick description of Python for newcomers
14 BLURB.LUTZ A testimonial from a converted Tcl/Perl hacker :-)
15 COPYING The GNU GENERAL PUBLIC LICENCE (needed because of autoconf)
16 COPYRIGHT The Python copyright notice
17 FAQ Frequently Asked Questions about Python (and answers)
18 Fixcprt.py Fix the copyright message (a yearly chore :-)
19 HISTORY News from previous releases -- oldest last
20 HPUX-NOTES Notes about dynamic loading under HP-UX
21 HYPE More hype about Python
22 Makefile Used for administrative chores like cleaning up
23 NEWS News for this release
24 README The file you're reading now
25 RFD Request For Discussion about a Python newsgroup
26 cheatsheet Quick summary of Python by Ken Mannheimer
27 dlMakefile Generic Makefile for dynamically loadable modules by Ken M.
28 fixfuncptrs.sh Shell script to fix function pointer initializers
29 indent.pro GNU indent profile approximating my C style (by Steen Lumholt)
30 python-mode.el Emacs mode for editing Python programs (thanks, Tim!)
31 python.gif 4-level grayscale image of a Python snake
32 python.man UNIX man page for the python interpreter
33 renumber.py Script to renumber the sections in the FAQ