cpython/Misc
Guido van Rossum a7925f18de Initial revision 1994-01-26 10:20:16 +00:00
..
ACKS Initial revision 1994-01-26 10:20:16 +00:00
AIX-NOTES Initial revision 1994-01-26 10:20:16 +00:00
BLURB Initial revision 1994-01-26 10:20:16 +00:00
BLURB.LUTZ Initial revision 1994-01-26 10:20:16 +00:00
COPYRIGHT Initial revision 1994-01-26 10:20:16 +00:00
FAQ Initial revision 1994-01-26 10:20:16 +00:00
Fixcprt.py Initial revision 1994-01-26 10:20:16 +00:00
HISTORY Initial revision 1994-01-26 10:20:16 +00:00
Makefile Initial revision 1994-01-26 10:20:16 +00:00
README Initial revision 1994-01-26 10:20:16 +00:00
RFD Initial revision 1994-01-26 10:20:16 +00:00
fixfuncptrs.sh Initial revision 1994-01-26 10:20:16 +00:00
python-mode-old.el Initial revision 1994-01-26 10:20:16 +00:00
python.gif Initial revision 1994-01-26 10:20:16 +00:00
python.man Initial revision 1994-01-26 10:20:16 +00:00
renumber.py Initial revision 1994-01-26 10:20:16 +00:00

README

Python Misc subdirectory
========================

This directory contains files that wouldn't fit in elsewhere, in
particular the UNIX manual page, an Emacs mode for Python source code,
and a list of Frequently Asked Questions (and their answers).

Files found here
----------------

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