[Python-Dev] Sourceforge FAQ

Tim Peters tim.one@home.com
Sat, 17 Mar 2001 00:40:49 -0500


[Paul Prescod]
> Who maintains this document?
>
> http://python.sourceforge.net/sf-faq.html#p1

Who maintains ceval.c?  Same deal:  anyone with time, commit access, and
something they want to change.

> I have some suggestions.
>
>  1. Put an email address for comments like this in it.

If you're volunteering, happy to put in *your* email address <wink>.

>  2. In the section on generating diff's, put in the right options for a
> context diff

The CVS source is

    python/nondist/sf-html/sf-faq.html

You also need to upload (scp) it to

    shell.sourceforge.net:/home/groups/python/htdocs/

after you've committed your changes.

>  3. My SF FAQ isn't there: how do I generate a diff that has a new file
> as part of it?

"diff -c" <wink -- but I couldn't make much sense of this question>.