home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / Python 1.3 / source code / Misc / README < prev    next >
Encoding:
Text File  |  1995-12-17  |  1.5 KB  |  34 lines  |  [TEXT/R*ch]

  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.  
  11. ACKS        Acknowledgements
  12. AIX-NOTES    Notes for building Python on AIX
  13. BLURB        A quick description of Python for newcomers
  14. BLURB.LUTZ    A testimonial from a converted Tcl/Perl hacker :-)
  15. COPYRIGHT    The Python copyright notice
  16. FAQ        Frequently Asked Questions about Python (and answers)
  17. Fixcprt.py    Fix the copyright message (a yearly chore :-)
  18. HISTORY        News from previous releases -- oldest last
  19. HPUX-NOTES    Notes about dynamic loading under HP-UX
  20. HYPE        More hype about Python
  21. Makefile    Used for administrative chores like cleaning up
  22. NEWS        News for this release
  23. README        The file you're reading now
  24. RFD        Request For Discussion about a Python newsgroup
  25. cheatsheet    Quick summary of Python by Ken Manheimer
  26. dlMakefile    Generic Makefile for dynamically loadable modules by Ken M.
  27. fixfuncptrs.sh    Shell script to fix function pointer initializers
  28. indent.pro    GNU indent profile approximating my C style (by Steen Lumholt)
  29. python-mode.el    Emacs mode for editing Python programs (thanks, Tim!)
  30. pyimenu.el    Support for Emacs with python-mode.el (by Perry Stoll)
  31. python.man    UNIX man page for the python interpreter
  32. renumber.py    Script to renumber the sections in the FAQ
  33. setuid-prog.c    C helper program for set-uid Python scripts
  34.