cpython/Misc/README

34 lines
1.5 KiB
Plaintext
Raw Normal View History

1994-01-26 06:20:16 -04:00
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
----------------
1994-01-26 11:39:28 -04:00
ACKS Acknowledgements
AIX-NOTES Notes for building Python on AIX
1994-01-26 06:20:16 -04:00
BLURB A quick description of Python for newcomers
1994-01-26 11:39:28 -04:00
BLURB.LUTZ A testimonial from a converted Tcl/Perl hacker :-)
1994-01-26 06:20:16 -04:00
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 :-)
1994-01-26 11:39:28 -04:00
HISTORY News from previous releases -- oldest last
1994-09-14 11:06:46 -03:00
HPUX-NOTES Notes about dynamic loading under HP-UX
HYPE More hype about Python
1994-01-26 11:39:28 -04:00
Makefile Used for administrative chores like cleaning up
NEWS News for this release
1994-01-26 06:20:16 -04:00
README The file you're reading now
1994-01-26 11:39:28 -04:00
RFD Request For Discussion about a Python newsgroup
cheatsheet Quick summary of Python by Ken Mannheimer
1994-09-14 11:06:46 -03:00
dlMakefile Generic Makefile for dynamically loadable modules by Ken M.
1994-01-26 06:20:16 -04:00
fixfuncptrs.sh Shell script to fix function pointer initializers
1994-09-14 11:06:46 -03:00
indent.pro GNU indent profile approximating my C style (by Steen Lumholt)
1994-01-26 11:39:28 -04:00
python-mode.el Emacs mode for editing Python programs (thanks, Tim!)
1994-09-14 11:06:46 -03:00
python.gif 4-level grayscale image of a Python snake
1994-01-26 06:20:16 -04:00
python.man UNIX man page for the python interpreter
1994-01-26 11:39:28 -04:00
renumber.py Script to renumber the sections in the FAQ