[issue27305] Crash with "pip list --outdated" on Windows 10 with Python 2.7.12rc1

Steve Dower report at bugs.python.org
Sat Dec 3 14:49:08 EST 2016


Steve Dower added the comment:

It works for me. Can you confirm your operating system, and add the full output from running these commands:

>>> print sys.version
>>> from urllib2 import urlopen
>>> urlopen('http://www.google.co.uk')
>>> urlopen('https://www.google.co.uk')

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27305>
_______________________________________


More information about the Python-bugs-list mailing list