Guido van Rossum | a7925f1 | 1994-01-26 10:20:16 +0000 | [diff] [blame] | 1 | Python Misc subdirectory |
| 2 | ======================== |
| 3 | |
| 4 | This directory contains files that wouldn't fit in elsewhere, in |
| 5 | particular the UNIX manual page, an Emacs mode for Python source code, |
| 6 | and a list of Frequently Asked Questions (and their answers). |
| 7 | |
| 8 | Files found here |
| 9 | ---------------- |
| 10 | |
Guido van Rossum | 34e5dca | 1994-01-26 15:39:28 +0000 | [diff] [blame] | 11 | ACKS Acknowledgements |
| 12 | AIX-NOTES Notes for building Python on AIX |
Guido van Rossum | a7925f1 | 1994-01-26 10:20:16 +0000 | [diff] [blame] | 13 | BLURB A quick description of Python for newcomers |
Guido van Rossum | 34e5dca | 1994-01-26 15:39:28 +0000 | [diff] [blame] | 14 | BLURB.LUTZ A testimonial from a converted Tcl/Perl hacker :-) |
Guido van Rossum | a7925f1 | 1994-01-26 10:20:16 +0000 | [diff] [blame] | 15 | COPYING The GNU GENERAL PUBLIC LICENCE (needed because of autoconf) |
| 16 | COPYRIGHT The Python copyright notice |
| 17 | FAQ Frequently Asked Questions about Python (and answers) |
| 18 | Fixcprt.py Fix the copyright message (a yearly chore :-) |
Guido van Rossum | 34e5dca | 1994-01-26 15:39:28 +0000 | [diff] [blame] | 19 | HISTORY News from previous releases -- oldest last |
| 20 | Makefile Used for administrative chores like cleaning up |
| 21 | NEWS News for this release |
Guido van Rossum | a7925f1 | 1994-01-26 10:20:16 +0000 | [diff] [blame] | 22 | README The file you're reading now |
Guido van Rossum | 34e5dca | 1994-01-26 15:39:28 +0000 | [diff] [blame] | 23 | RFD Request For Discussion about a Python newsgroup |
Guido van Rossum | e06752b | 1994-08-05 15:57:47 +0000 | [diff] [blame] | 24 | cheatsheet Quick sommary of Python by Ken Mannheimer |
Guido van Rossum | a7925f1 | 1994-01-26 10:20:16 +0000 | [diff] [blame] | 25 | fixfuncptrs.sh Shell script to fix function pointer initializers |
Guido van Rossum | 34e5dca | 1994-01-26 15:39:28 +0000 | [diff] [blame] | 26 | python-mode.el Emacs mode for editing Python programs (thanks, Tim!) |
| 27 | python.gif 4-level grayscale image of a Python (snake) |
Guido van Rossum | a7925f1 | 1994-01-26 10:20:16 +0000 | [diff] [blame] | 28 | python.man UNIX man page for the python interpreter |
Guido van Rossum | 34e5dca | 1994-01-26 15:39:28 +0000 | [diff] [blame] | 29 | renumber.py Script to renumber the sections in the FAQ |