home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 15 / AACD15.ISO / AACD / Programming / Python2 / Python20_source / Misc / README < prev    next >
Encoding:
Text File  |  2000-10-25  |  1.8 KB  |  41 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. BLURB.WINDOWS    First announcement of Python for Windows
  17. HISTORY        News from previous releases -- oldest last
  18. HPUX-NOTES    Notes about dynamic loading under HP-UX
  19. HYPE        More hype about Python
  20. Makefile    Used for administrative chores like cleaning up
  21. Makefile.pre.in    Generic Makefile template for building extensions
  22. NEWS        News for this release
  23. NEXT-NOTES    Porting notes for NeXT
  24. PURIFY.README    Information for Purify users
  25. Porting        Mini-FAQ on porting to new platforms
  26. README        The file you're reading now
  27. RFD        Request For Discussion about a Python newsgroup
  28. cheatsheet    Quick summary of Python by Ken Manheimer
  29. comparisons    (Old) comparisons to some other languages
  30. editline-fix    A news article on how to fix R$'s editline for Python
  31. faq2html    FAQ to HTML converter by Ka-Ping Yee
  32. find_recursionlimit.py  Script to find a value for sys.maxrecursionlimit
  33. fixfuncptrs.sh    Shell script to fix function pointer initializers
  34. indent.pro    GNU indent profile approximating my C style
  35. python-mode.el    Emacs mode for editing Python programs
  36. python.man    UNIX man page for the python interpreter
  37. renumber.py    Script to renumber the sections in the FAQ
  38. setuid-prog.c    C helper program for set-uid Python scripts
  39. unicode.txt    Marc-Andre Lemburg's specification of the Unicode API
  40. vgrindefs    Python configuration for vgrind (a generic pretty printer)
  41.