[Distutils] How are patches processed?
M.-A. Lemburg
mal@lemburg.com
Fri Jan 5 05:54:01 2001
Jack Jansen wrote:
>
> How are patches to the distutils code processed, and who can do this? I sent
> in a batch of fixes to make distutils work on the mac about 2 months ago,
> first to Greg personally and when he didn't react to the whole mailing list,
> but absolutely nothing seems to happen.
>
> I assume Greg is away or something, as he also doesn't post to the list, but I
> would think there are more people who have write-access to the repository, no?
I have asked that question before on python-dev... Greg seems to
be offline or way to busy (like many of us) to respond to questions.
As for the repository: distutils is part of Python 2.0 CVS tree, so
Python developers should be able to commit changes to the distutils
tree too. I'd rather have Greg's OK for this first, though, since
he owns the code.
BTW, to check out the module as developer, run this command:
cvs -z3 -d<devname>@cvs.python.sourceforge.net:/cvsroot/python co distutils
Changes to distutils will also have to be applied to the Python 2.0
CVS tree (Lib/distutils).
--
Marc-Andre Lemburg
______________________________________________________________________
Company: http://www.egenix.com/
Consulting: http://www.lemburg.com/
Python Pages: http://www.lemburg.com/python/