[Python-Dev] Pre-PEP Idea

Fredrik Lundh Fredrik Lundh" <effbot@telia.com
Sat, 15 Jul 2000 21:58:25 +0200


paul wrote:
> Also, how should I include a new module in a patch? Do I do a =
directory
> diff? Or just checkin the stupid thing?

I had the same problem for the "uninames" patch.  I ended
up using "diff -N" on local, empty files.

hopefully, someone out there might have a better solution?

(the docs imply that "cvs -N" might work, but it sure didn't
work for me...)

</F>