@@ -12,7 +12,6 @@ ACKS Acknowledgements
1212AIX-NOTES Notes for building Python on AIX
1313BLURB A quick description of Python for newcomers
1414BLURB.LUTZ A testimonial from a converted Tcl/Perl hacker :-)
15- COPYING The GNU GENERAL PUBLIC LICENCE (needed because of autoconf)
1615COPYRIGHT The Python copyright notice
1716FAQ Frequently Asked Questions about Python (and answers)
1817Fixcprt.py Fix the copyright message (a yearly chore :-)
@@ -23,11 +22,12 @@ Makefile Used for administrative chores like cleaning up
2322NEWS News for this release
2423README The file you're reading now
2524RFD Request For Discussion about a Python newsgroup
26- cheatsheet Quick summary of Python by Ken Mannheimer
25+ cheatsheet Quick summary of Python by Ken Manheimer
2726dlMakefile Generic Makefile for dynamically loadable modules by Ken M.
2827fixfuncptrs.sh Shell script to fix function pointer initializers
2928indent.pro GNU indent profile approximating my C style (by Steen Lumholt)
3029python-mode.el Emacs mode for editing Python programs (thanks, Tim!)
31- python.gif 4-level grayscale image of a Python snake
30+ pyimenu.el Support for Emacs with python-mode.el (by Perry Stoll)
3231python.man UNIX man page for the python interpreter
3332renumber.py Script to renumber the sections in the FAQ
33+ setuid-prog.c C helper program for set-uid Python scripts
0 commit comments