Class around PixMap objects that allows more python-like access. By Joe Strout.
[python/dscho.git] / Misc / README
blob15ba897a98d5acb8e9e11dd290e7f36b9292e327
1 Python Misc subdirectory
2 ========================
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.
9 Files found here
10 ----------------
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             (deleted -- see http://www.python.org for the online FAQ)
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 Generic Makefile template for building extensions
24 NEWS            News for this release
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 editline-fix    A news article on how to fix R$'s editline for Python
30 fixfuncptrs.sh  Shell script to fix function pointer initializers
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 vgrindefs       Python configuration for vgrind (a generic pretty printer)