diff options
author | Guido van Rossum <guido@python.org> | 1994-01-26 10:20:16 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-01-26 10:20:16 (GMT) |
commit | a7925f18ded087c10d2a0f971e320e5f89380288 (patch) | |
tree | 5c965cb425f23e5286d1bc94ff01b66039b531c9 /Misc/README | |
parent | 8f0d0c8a210fe80832cbae0cc4a381439647bf9e (diff) | |
download | cpython-a7925f18ded087c10d2a0f971e320e5f89380288.zip cpython-a7925f18ded087c10d2a0f971e320e5f89380288.tar.gz cpython-a7925f18ded087c10d2a0f971e320e5f89380288.tar.bz2 |
Initial revision
Diffstat (limited to 'Misc/README')
-rw-r--r-- | Misc/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Misc/README b/Misc/README new file mode 100644 index 0000000..d466919 --- /dev/null +++ b/Misc/README @@ -0,0 +1,20 @@ +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 |