Message 202137 - Python tracker

Message202137

Author ncoghlan
Recipients dstufft, larry, loewis, ncoghlan, ned.deily, tshepang
Date 2013-11-04.13:53:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383573210.32.0.288950518846.issue19406@psf.upfronthosting.co.za>
In-reply-to
Content
I created https://github.com/pypa/pip/issues/1294 for the script versioning issue on the pip side, as I'd prefer not to be doing the temporary directory dance if we don't need to.

How do we want to handle this for beta 1? Is it OK to do an initial commit that has the installation of non-versioned scripts as a known defect so we can make progress on the rest of the changes in the meantime?

Alternatively, we could perhaps tweak the embedded wheels as an interim fix until the problem is addressed upstream.
History
Date User Action Args
2013-11-04 13:53:30ncoghlansetrecipients: + ncoghlan, loewis, larry, ned.deily, tshepang, dstufft
2013-11-04 13:53:30ncoghlansetmessageid: <1383573210.32.0.288950518846.issue19406@psf.upfronthosting.co.za>
2013-11-04 13:53:30ncoghlanlinkissue19406 messages
2013-11-04 13:53:29ncoghlancreate