[Patches] [Patch #102588] PEP 229: Use Distutils to build

noreply@sourceforge.net noreply@sourceforge.net
Fri, 1 Dec 2000 15:26:01 -0800


Patch #102588 has been updated. 

Project: python
Category: Build
Status: Open
Submitted by: akuchling
Assigned to : Nobody
Summary: PEP 229: Use Distutils to build

Follow-Ups:

Date: 2000-Nov-29 20:18
By: akuchling

Comment:
Not ready to be reviewed yet; I'm submitting this patch just to demonstrate some progress.

This version of the patch just removes the use of makesetup in building the interpreter, and hard-codes the presence of strop, posix, and _sre.  
Still to be done: write the top-level setup.py, and handle a few tricky bits such as the signalmodule.

-------------------------------------------------------

Date: 2000-Dec-01 15:26
By: gvanrossum

Comment:
Would you mind explaining what the patch does in the PEP?
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=102588&group_id=5470