@@ -3,13 +3,14 @@ Python Misc subdirectory
33
44This directory contains files that wouldn't fit in elsewhere, in
55particular the UNIX manual page, an Emacs mode for Python source code,
6- and a list of Frequently Asked Questions (and their answers).
6+ and a list of Frequently Asked Questions (and their answers). Some
7+ documents are only of historic importance.
78
89Files found here
910----------------
1011
1112ACKS Acknowledgements
12- AIX-NOTES Notes for building Python on AIX
13+ AIX-NOTES Notes for building Python on AIX (all new!)
1314BLURB A quick description of Python for newcomers
1415BLURB.LUTZ A testimonial from a converted Tcl/Perl hacker :-)
1516COPYRIGHT The Python copyright notice
@@ -23,11 +24,10 @@ NEWS News for this release
2324README The file you're reading now
2425RFD Request For Discussion about a Python newsgroup
2526cheatsheet Quick summary of Python by Ken Manheimer
26- dlMakefile Generic Makefile for dynamically loadable modules by Ken M.
2727fixfuncptrs.sh Shell script to fix function pointer initializers
28- indent.pro GNU indent profile approximating my C style (by Steen Lumholt)
29- python-mode.el Emacs mode for editing Python programs (thanks, Tim!)
30- pyimenu .el Support for Emacs with python- mode.el (by Perry Stoll)
28+ gMakefile Generic Makefile for dynamically loadable modules
29+ indent.pro GNU indent profile approximating my C style
30+ python-mode .el Emacs mode for editing Python programs
3131python.man UNIX man page for the python interpreter
3232renumber.py Script to renumber the sections in the FAQ
3333setuid-prog.c C helper program for set-uid Python scripts
0 commit comments