[01:38:28] <weykent> will pip automatically detect the backported ssl in python 2.7.9 or do i need to still use ndg-httpsclient until pip has been updated?
[01:42:41] <dstufft> weykent: it'll automatically detect it
[01:43:04] <dstufft> that code works by trying to import SSLContext from the ssl module
[16:15:28] <mgedmin> this might be ubuntu-specific
[16:43:28] <tos9> if I put a VCS requirement with #egg=packagename in a requirements.txt and then pass --no-index and --find-links at a directory with an appropriate wheel for the package, why does pip try to hit the VCS link anyhow