Message138855
| 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:17 | cjw296 | set | recipients: + cjw296, akuchling, georg.brandl, jjlee, orsenthil, kristjan.jonsson, bwmcadams, dieresys, r.david.murray, santoso.wijaya, BreamoreBoy |
| 2011-06-23 07:11:17 | cjw296 | set | messageid: <1308813077.4.0.979835811246.issue2202@psf.upfronthosting.co.za> |
| 2011-06-23 07:11:16 | cjw296 | link | issue2202 messages |
| 2011-06-23 07:11:16 | cjw296 | create | |