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 jaraco
Recipients BreamoreBoy, barry, brett.cannon, christopher.hogan, dstufft, eric.araujo, jaraco, mgiuca, ncoghlan, r.david.murray, steve.dower, tarek, zach.ware
Date 2015-08-23.14:03:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440338638.43.0.255290065452.issue8987@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not upset by the idea of monkey patching in Setuptools for vetting certain techniques. I've even considered having Setuptools adopt distutils entirely. Today I filed https://bitbucket.org/pypa/setuptools/issues/417/adopt-distutils to seed the discussion on that possibility. For the sake of this discussion, I would happily accept a pull request to supply the forward-compatible version of _nt_quote_args (or similar), allowing a window for other libraries to make the switch against versions of Python supported by Setuptools.
History
Date User Action Args
2015-08-23 14:03:58jaracosetrecipients: + jaraco, barry, brett.cannon, ncoghlan, tarek, eric.araujo, mgiuca, r.david.murray, BreamoreBoy, zach.ware, steve.dower, dstufft, christopher.hogan
2015-08-23 14:03:58jaracosetmessageid: <1440338638.43.0.255290065452.issue8987@psf.upfronthosting.co.za>
2015-08-23 14:03:58jaracolinkissue8987 messages
2015-08-23 14:03:58jaracocreate