home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / OPENSTEP / Languages / Python / python-14-src / Misc / README < prev    next >
Encoding:
Text File  |  1997-01-17  |  1.5 KB  |  36 lines

  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).  Some
  7. documents are only of historic importance.
  8.  
  9. Files found here
  10. ----------------
  11.  
  12. ACKS        Acknowledgements
  13. AIX-NOTES    Notes for building Python on AIX (all new!)
  14. BLURB        A quick description of Python for newcomers
  15. BLURB.LUTZ    A testimonial from a converted Tcl/Perl hacker :-)
  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 :-)
  19. HISTORY        News from previous releases -- oldest last
  20. HPUX-NOTES    Notes about dynamic loading under HP-UX
  21. HYPE        More hype about Python
  22. Makefile    Used for administrative chores like cleaning up
  23. Makefile.pre.in    Template for building extensions (static or dynamic)
  24. NEWS        News for this release
  25. README        The file you're reading now
  26. RFD        Request For Discussion about a Python newsgroup
  27. cheatsheet    Quick summary of Python by Ken Manheimer
  28. editline-fix    A news article on how to fix R$'s editline for Python
  29. fixfuncptrs.sh    Shell script to fix function pointer initializers
  30. gMakefile    Generic Makefile for dynamically loadable modules
  31. indent.pro    GNU indent profile approximating my C style
  32. python-mode.el    Emacs mode for editing Python programs
  33. python.man    UNIX man page for the python interpreter
  34. renumber.py    Script to renumber the sections in the FAQ
  35. setuid-prog.c    C helper program for set-uid Python scripts
  36.