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 cjw296
Recipients BreamoreBoy, akuchling, bwmcadams, cjw296, dieresys, georg.brandl, jjlee, kristjan.jonsson, orsenthil, r.david.murray, santoso.wijaya
Date 2011-06-23.07:11:16
SpamBayes Score 0.004324583
Marked as misclassified No
Message-id <1308813077.4.0.979835811246.issue2202@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, I'd argue it's a bug:

  File "/usr/lib64/python2.5/urllib2.py", line 972, in get_algorithm_impls
    return H, KD
UnboundLocalError: local variable 'H' referenced before assignment

...does not say anything like:

"The digest authentication scheme you have requested is not supported"

Now, as to whether it's a bug that 'MD5-sess' isn't supported is a tougher call. The XXX indicates the intention was certainly for it to be supported...
History
Date User Action Args
2011-06-23 07:11:17cjw296setrecipients: + cjw296, akuchling, georg.brandl, jjlee, orsenthil, kristjan.jonsson, bwmcadams, dieresys, r.david.murray, santoso.wijaya, BreamoreBoy
2011-06-23 07:11:17cjw296setmessageid: <1308813077.4.0.979835811246.issue2202@psf.upfronthosting.co.za>
2011-06-23 07:11:16cjw296linkissue2202 messages
2011-06-23 07:11:16cjw296create