[15:15:45] <[Tritium]> I wonder if i should file a feature request...
[15:16:59] <[Tritium]> on posix, the shell handels wildcard expansion. On windows, the shell expects the application to handel wildcard expansion. Pip could detect that it is on windows and do the expansion itself if it looks like someone is doing pip install *.whl
[22:13:26] <Jasper> Does anybody know why we might be seeing an error when trying to install packages?
[22:30:16] <Jasper> Is there an upstream bug I can follow?
[22:31:20] <dstufft> I don't think any bug exists in pip itself, pip bundles setuptools so it's not possible for setuptools upgrades to break pip, Debian unbudles setuptools (and then rebundles it) and they used a version of pip together with a version of setuptools that doesn't work I think
[22:31:41] <dstufft> IOW I think this is because of Debuntu's patches
[22:34:11] <Jasper> Debian / Ubuntu bug, sorry, not an upstream bug.
[22:35:28] <dstufft> I don't remember offhand. I think I talked to Barry about it at one point, but I don't remember if there was a bug for it or not
[23:56:11] <mitsuhiko> dstufft: fun fact. when you upload a release by accident, and you delete it (in pypi), then when automatic release hiding is enabled, the entire project disappears
[23:56:18] <mitsuhiko> until you make the old release visible again
[23:56:26] <mitsuhiko> my /pypi/Werkzeug page was gone for a few days apparently
[23:56:40] <dstufft> mitsuhiko: yea, this is part of why Warehouse elminiates the entire concept of hidden releases
[23:56:45] <mitsuhiko> (happened because i accidentally put a dev release up due to that 500 internal server thing)
[23:56:56] <mitsuhiko> yeah. figured i'm not going to make a bug report fo rthis