[issue20107] Revert PEP 453 integration

2014-01-02 Thread Donald Stufft
Donald Stufft added the comment: pip 1.5 is released and CPython has been updated. -- assignee: -> dstufft resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue20107] Revert PEP 453 integration

2014-01-02 Thread Donald Stufft
Donald Stufft added the comment: It's not released yet, I'll have it (future tense) release today. It's roughly 6am here and I'm getting ready to get my daughter ready for school. I just happened to check my email before starting that. Once I get her on the bus I'll do the release. --

[issue20107] Revert PEP 453 integration

2014-01-02 Thread Martin v . Löwis
Martin v. Löwis added the comment: But it's not in git, AFAICT, https://github.com/pypa/pip/blob/1.5.X/pip/__init__.py still has "1.5rc4" in 93820f5e37, and pypi.python.org/pypi/pip still points to 1.4.1. So what do you mean by "released today"? -- ___

[issue20107] Revert PEP 453 integration

2014-01-02 Thread Donald Stufft
Donald Stufft added the comment: I'll have it released today, there are no known issues with the last rc of pip. I just didn't want to release the fix to the distlib issue without a day or two of an RC (which we've now had) and the folks who reported the issue verifying it fixed for them (whic

[issue20107] Revert PEP 453 integration

2014-01-02 Thread Larry Hastings
Larry Hastings added the comment: I agree--though it would be better if you simply got it in before Saturday. -- ___ Python tracker ___ __

[issue20107] Revert PEP 453 integration

2014-01-02 Thread Martin v . Löwis
Martin v. Löwis added the comment: The only "known" (to me) release date of PIP is documented on http://www.pip-installer.org/en/latest/news.html "Beta and final releases of 1.5 are planned for end of 2013." Apparently, this hasn't happened, either. Something *must* happen by Saturday, I veto

[issue20107] Revert PEP 453 integration

2014-01-02 Thread Donald Stufft
Donald Stufft added the comment: It's basically ready for a release. We had a last minute bug with distlib that was fixed by distlib 0.6 released on 12-31. I was giving the rc that had that bug fix a day or two for any other issues to surface before making the final release. -- _

[issue20107] Revert PEP 453 integration

2014-01-02 Thread STINNER Victor
STINNER Victor added the comment: > So is it ok that I revert the PIP integration by Saturday? I'm not ok, this PEP is expected by many users. There is for example, an article on the PEP: http://lwn.net/Articles/570471/ > According to PEP 453, the integration of pip must be reverted if PIP 1.5

[issue20107] Revert PEP 453 integration

2014-01-02 Thread Martin v . Löwis
New submission from Martin v. Löwis: According to PEP 453, the integration of pip must be reverted if PIP 1.5 was not released by December 29. AFAICT, this hasn't happened. So is it ok that I revert the PIP integration by Saturday? -- messages: 207149 nosy: dstufft, larry, loewis, ncog