New submission from Barry Scott:
pip3 (3.5 on Mac OS X) is outputting a message in yellow that I can barely see
on a white background terminal.
"You are using pip version 7.1.2, however version 8.0.2 is available.
You should consider upgrading via the 'pip install --upgrade pip
Barry Scott added the comment:
To clarify:
3.5 means 3.5 64 bit
3.5-32 means 3.5 32 bit
You do not add the -64 as it is the default.
However: this change should have been in the "What's New" as it breaks Windows
installation code
New submission from Barry Scott:
I am used to looking in
HKLM:\SOFTWARE\Python\PythonCore\%(py_maj)d.%(py_min)d\InstallPath
to find out where python is installed so that my installation kit can add
itself to site-packages.
I just found that the registry key used for 32 bit python 3.5 on
Changes by Barry Scott :
Removed file: http://bugs.python.org/file20821/http_proxy_https.patch
___
Python tracker
<http://bugs.python.org/issue7291>
___
___
Python-bug
Barry Scott added the comment:
I left out some white space changes to match the style
of the std lib code. Re posting with white space cleanup.
--
Added file: http://bugs.python.org/file20824/http_proxy_https.patch
___
Python tracker
<h
Barry Scott added the comment:
Attached is the code I used to test these changes.
See the README.txt file for details include
the results of a test run.
--
Added file: http://bugs.python.org/file20822/urllib2_tests.tar.gz
___
Python tracker
<h
Barry Scott added the comment:
The attached patch builds on Mike's work.
The core of the problem is that the Request object
did not know what was going on. This means that it
was not possible for get_authorization() to work
for proxy-auth and www-auth.
I change Request to know which o