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 arigo
Recipients Rosuav, arigo, christian.heimes, demian.brecht, icordasc, mcepl, ncoghlan, orsenthil, pitrou, r.david.murray
Date 2014-10-09.07:15:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412838911.21.0.955658865049.issue19494@psf.upfronthosting.co.za>
In-reply-to
Content
In my own case I use os.popen("wget ...") instead of urllib2 just because some version long ago failed on some web site.  I can trust that this external tool works all the time.  It would be great if urllib2 worked as well nowadays.

So my opinion on this issue, as a mere user, is that it is purely a bug which Python 2.7 should fix it, and it should do so in a transparent way.  Adding some new class that can only be found by careful reading of the latest version of the docs is useless: people will instead blame urllib2 as a whole and switch to something else.

Can someone confirm how common browser (one is enough) deal with it?  If they also send the authorization headers in the initial request, then I really, really don't see why urllib2 shouldn't by default.
History
Date User Action Args
2014-10-09 07:15:11arigosetrecipients: + arigo, ncoghlan, orsenthil, pitrou, christian.heimes, mcepl, r.david.murray, Rosuav, icordasc, demian.brecht
2014-10-09 07:15:11arigosetmessageid: <1412838911.21.0.955658865049.issue19494@psf.upfronthosting.co.za>
2014-10-09 07:15:11arigolinkissue19494 messages
2014-10-09 07:15:10arigocreate