[Python-Dev] Tarfile support

Guido van Rossum guido@python.org
Fri, 13 Dec 2002 08:32:40 -0500


> > Great!  I strongly prefer contributions under the standard PSF
> > license, so redistributors won't have to worry about separate
> > licensing conditions of individual components.
> >
> > There's a draft contribution agreement at the PSF website:
> >
> >   http://www.python.org/psf/psf-contributor-agreement.html
> 
> Ok. If I understand all this correctly, the section entitled "Python
> Contribution Licensing Agreement Version 1.0" is the appropriate one
> for this particular case.  If this is right, the PSF will soon get a
> letter from me. Any hints on how to describe the contribution
> accurately?

Yup, that's the one.  I'd say "the tarfile.py module and its
documentation and unit tests" would cover your contribution
adequately.

--Guido van Rossum (home page: http://www.python.org/~guido/)