<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div>On Mon, Aug 22, 2016, at 07:15 AM, Sylvain Corlay wrote:<br></div>
<blockquote type="cite"><div dir="ltr"><div>I find this worrying that the main arguments to not include a patch would be that<br></div>
<div><div><br></div>
<div style="font-size:12.8px;"> - this part of the standard library is not very maintained (things don't get merged)<br></div>
<div style="font-size:12.8px;"> - earlier versions of won't have it<br></div>
</div>
</div>
</blockquote><div><br></div>
<div>Would it make sense to add it to both distutils and setuptools? The standard library continues to evolve, projects that require Python 3.6 wouldn't need to use setuptools, but we could start using it sooner. There's obviously some cost in code duplication; I haven't looked at the code in question, so I don't know how bad this is.<br></div>
<div><br></div>
<div>I've run into this argument before when trying to change things in non-packaging-related parts of the stdlib, and I agree with Sylvain that it's fundamentally problematic. If we're trying to improve the stdlib, we're obviously taking a long view, but that's how we ensure the stdlib is still useful in a few years time. This goes for packaging tools as much as anything else.<br></div>
<div><br></div>
<div>I already have projects where I'm happy to require Python >=3.4, so being able to depend on Python 3.6 is not such a distant prospect.<br></div>
<div><br></div>
<div>Thomas<br></div>
</body>
</html>