This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author higery
Recipients alexis, ceder, eric.araujo, fdrake, higery, mhammond, tarek, tim.golden, vinay.sajip
Date 2011-08-18.14:27:35
SpamBayes Score 0.008286178
Marked as misclassified No
Message-id <1313677656.15.0.899275544816.issue12394@psf.upfronthosting.co.za>
In-reply-to
Content
>>BTW higery, did you use any of the build-scripts functionality I developed in the pythonv branch?

NO. I removed the 'copy_scripts' function, so I did not use your developed functionality. After this change, Packaging module now just builds new-style scripts and old-style scripts will be built by distutils/setuptools. To support the old-style scripts generated by d*/s* in p*, we can use the resource system.
History
Date User Action Args
2011-08-18 14:27:36higerysetrecipients: + higery, mhammond, fdrake, vinay.sajip, ceder, tim.golden, tarek, eric.araujo, alexis
2011-08-18 14:27:36higerysetmessageid: <1313677656.15.0.899275544816.issue12394@psf.upfronthosting.co.za>
2011-08-18 14:27:35higerylinkissue12394 messages
2011-08-18 14:27:35higerycreate