<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body><div><div style="font-family: Calibri,sans-serif; font-size: 11pt;">Thrashing out details should go on the workflow SIG, and I guess I'm the obvious candidate to push it asking. But given my own time constraints right now, I'm not going to dive into details if the high level concept (stdlib packages can be individually updated by end users apart from a full CPython release) is at issue.<br><br>Once there seems to be general agreement that this is a worthy goal, I'll see if I can put down details for how I would implement it. (And go join the core-workflow list, I guess :) )<br><br>Top-posted from my Windows Phone</div></div><div dir="ltr"><hr><span style="font-family: Calibri,sans-serif; font-size: 11pt; font-weight: bold;">From: </span><span style="font-family: Calibri,sans-serif; font-size: 11pt;"><a href="mailto:p.f.moore@gmail.com">Paul Moore</a></span><br><span style="font-family: Calibri,sans-serif; font-size: 11pt; font-weight: bold;">Sent: </span><span style="font-family: Calibri,sans-serif; font-size: 11pt;">‎7/‎6/‎2016 7:10</span><br><span style="font-family: Calibri,sans-serif; font-size: 11pt; font-weight: bold;">To: </span><span style="font-family: Calibri,sans-serif; font-size: 11pt;"><a href="mailto:steve.dower@python.org">Steve Dower</a></span><br><span style="font-family: Calibri,sans-serif; font-size: 11pt; font-weight: bold;">Cc: </span><span style="font-family: Calibri,sans-serif; font-size: 11pt;"><a href="mailto:encukou@gmail.com">Petr Viktorin</a>; <a href="mailto:python-dev@python.org">Python-Dev</a></span><br><span style="font-family: Calibri,sans-serif; font-size: 11pt; font-weight: bold;">Subject: </span><span style="font-family: Calibri,sans-serif; font-size: 11pt;">Re: [Python-Dev] Breaking up the stdlib (Was: release cadence)</span><br><br></div>On 6 July 2016 at 14:55, Steve Dower <steve.dower@python.org> wrote:<br>> I think the wsgiref issue was that it wasn't in site-packages and so<br>> couldn't be removed or upgraded. Having the dist-info available and putting<br>> them in site-packages (or a new directory?) lets us handle<br>> querying/replacing/removing using the existing tools we use for<br>> distribution.<br><br>That's the one. Thanks for the reminder. So either we move the stdlib<br>(or parts of it) into site-packages, or pip needs to learn to handle a<br>versioned stdlib. Cool.<br><br>> Also, I think the version numbers do need to be independent of Python<br>> version in case nothing changes between releases. If you develop something<br>> using statistics==3.7, but statistics==3.6 is identical, how do you know you<br>> can put the lower constraint? Alternatively, if it's statistics==1.0 in<br>> both, people won't assume it has anything to do with the Python version.<br><br>This boils down to whether we want to present the stdlib as a unified<br>object tied to the Python release, or a set of modules no different<br>from those on PyPI, that happen to be shipped with Python. I prefer<br>the former view (it matches better how I think of "batteries<br>included") whereas it looks like you prefer the latter (but don't see<br>that as being in conflict with "batteries included"). Debating this in<br>the abstract is probably not productive, so let's wait for a concrete<br>PEP to thrash out details like this.<br><br>Paul<br></body></html>