This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients Dmitry.Jemerov, Jurjen, chuchiperriman, greatape, jonozzz, kiilerix, olemartinorg, orsenthil, python-dev, r.david.murray, zenyatta
Date 2014-08-16.08:49:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3hZwDx27Fpz7Ljj@mail.python.org>
In-reply-to
Content
New changeset e0510a3bdf8f by Senthil Kumaran in branch '2.7':
Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull.
http://hg.python.org/cpython/rev/e0510a3bdf8f

New changeset 3435c5865cfc by Senthil Kumaran in branch '3.4':
Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull.
http://hg.python.org/cpython/rev/3435c5865cfc

New changeset 7cb90d70ce19 by Senthil Kumaran in branch 'default':
merge from 3.4
http://hg.python.org/cpython/rev/7cb90d70ce19
History
Date User Action Args
2014-08-16 08:49:38python-devsetrecipients: + python-dev, orsenthil, kiilerix, jonozzz, r.david.murray, Dmitry.Jemerov, chuchiperriman, Jurjen, zenyatta, greatape, olemartinorg
2014-08-16 08:49:38python-devlinkissue8797 messages
2014-08-16 08:49:37python-devcreate