[Python-Dev] State of curses tutorial?

Fredrik Lundh fredrik@pythonware.com
Mon, 14 May 2001 12:18:49 +0200


eric wrote:
>
> 1. Somebody seems to have removed Andrew Kuchling's namne from it.  If it
>    was Andrew, that's OK -- but the reference in the latest version of the
>    library docs still cites him.

that would be either you (who reworked the document), or andrew
(who checked in your changes).  looks like fred has already fixed it:

    Revision 1.13, Tue Apr 10 17:35:31 2001 UTC (4 weeks, 5 days ago) by fdrake

    Use appropriate markup for multiple authors; LaTeX's \author is not
    additive; the second occurrance was causing the first author to be dropped.

> 2. I don't seem to have the TeX source anymore.  Where can I download it?

it's in the py-howto CVS tree:

    http://sourceforge.net/projects/py-howto

Cheers /F