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 thomaslee
Recipients ABR, thomaslee
Date 2012-09-28.06:47:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348814855.68.0.711900747769.issue16062@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks ABR. You may be better off raising a ticket against requests (https://github.com/kennethreitz/requests).

I'm assuming what you want to happen here is for the session.post() call to return the 401 response without raising an exception. Perfectly reasonable, but to the best of my knowledge the "requests" library isn't in Python's standard library -- and so this is not the place to get it fixed :)
History
Date User Action Args
2012-09-28 06:47:35thomasleesetrecipients: + thomaslee, ABR
2012-09-28 06:47:35thomasleesetmessageid: <1348814855.68.0.711900747769.issue16062@psf.upfronthosting.co.za>
2012-09-28 06:47:35thomasleelinkissue16062 messages
2012-09-28 06:47:35thomasleecreate