[issue26134] HTTPPasswordMgrWithPriorAuth does not work with DigestAuthentication

2016-01-17 Thread Martin Panter
Martin Panter added the comment: Perhaps this is similar to Issue 7752, about reusing the nonce. -- ___ Python tracker ___

[issue26134] HTTPPasswordMgrWithPriorAuth does not work with DigestAuthentication

2016-01-16 Thread Martin Panter
Martin Panter added the comment: Despite the title of the other report, it looks like we ended up having a HTTPPasswordMgrWithPriorAuth class instead, and there is no longer a HTTPBasicPriorAuthHandler class. Also, if this proposal could work, it would have to go into a new version of Python;