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, serhiy.storchaka, vstinner, zenyatta
Date 2014-08-20.02:26:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3hdCXs4j4bz7LjR@mail.python.org>
In-reply-to
Content
New changeset c1edc4e43eb1 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/c1edc4e43eb1

New changeset 30e8a8f22a2a 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/30e8a8f22a2a

New changeset 10d0a692b1b6 by Senthil Kumaran in branch 'default':
merge from 3.4
http://hg.python.org/cpython/rev/10d0a692b1b6
History
Date User Action Args
2014-08-20 02:26:22python-devsetrecipients: + python-dev, orsenthil, vstinner, kiilerix, jonozzz, r.david.murray, Dmitry.Jemerov, chuchiperriman, Jurjen, zenyatta, greatape, olemartinorg, serhiy.storchaka
2014-08-20 02:26:22python-devlinkissue8797 messages
2014-08-20 02:26:22python-devcreate