0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 17:47:13 +01:00
cpython/Misc/README

36 lines
1.5 KiB
Plaintext
Raw Normal View History

1994-01-26 11:20:16 +01: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,
1996-08-20 22:54:15 +02:00
and a list of Frequently Asked Questions (and their answers). Some
documents are only of historic importance.
1994-01-26 11:20:16 +01:00
Files found here
----------------
1994-01-26 16:39:28 +01:00
ACKS Acknowledgements
1996-08-20 22:54:15 +02:00
AIX-NOTES Notes for building Python on AIX (all new!)
1994-01-26 11:20:16 +01:00
BLURB A quick description of Python for newcomers
1994-01-26 16:39:28 +01:00
BLURB.LUTZ A testimonial from a converted Tcl/Perl hacker :-)
1994-01-26 11:20:16 +01:00
COPYRIGHT The Python copyright notice
1997-08-18 21:55:01 +02:00
FAQ (deleted -- see http://www.python.org for the online FAQ)
1994-01-26 11:20:16 +01:00
Fixcprt.py Fix the copyright message (a yearly chore :-)
1994-01-26 16:39:28 +01:00
HISTORY News from previous releases -- oldest last
1994-09-14 16:06:46 +02:00
HPUX-NOTES Notes about dynamic loading under HP-UX
HYPE More hype about Python
1994-01-26 16:39:28 +01:00
Makefile Used for administrative chores like cleaning up
Makefile.pre.in Template for building extensions (static or dynamic)
1994-01-26 16:39:28 +01:00
NEWS News for this release
1994-01-26 11:20:16 +01:00
README The file you're reading now
1994-01-26 16:39:28 +01:00
RFD Request For Discussion about a Python newsgroup
1995-08-28 05:09:31 +02:00
cheatsheet Quick summary of Python by Ken Manheimer
1996-09-12 19:29:33 +02:00
editline-fix A news article on how to fix R$'s editline for Python
1994-01-26 11:20:16 +01:00
fixfuncptrs.sh Shell script to fix function pointer initializers
1996-08-20 22:54:15 +02:00
gMakefile Generic Makefile for dynamically loadable modules
indent.pro GNU indent profile approximating my C style
python-mode.el Emacs mode for editing Python programs
1994-01-26 11:20:16 +01:00
python.man UNIX man page for the python interpreter
1994-01-26 16:39:28 +01:00
renumber.py Script to renumber the sections in the FAQ
1995-08-28 05:09:31 +02:00
setuid-prog.c C helper program for set-uid Python scripts