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 Pierre.Tardy
Recipients Pierre.Tardy
Date 2021-01-05.15:35:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609860906.08.0.978981588338.issue42833@roundup.psfhosted.org>
In-reply-to
Content
original bug report: https://github.com/buildbot/buildbot/issues/5743

Twisted by default advertises its algorithm in lowercase, which is uncommon, but allowed by the spec.

https://tools.ietf.org/html/rfc3230#section-4.1.1


python's request.py is only supporting MD5 or SHA as algorithm, and not lowercase equivalent.

This is an easy and harmless fix.
History
Date User Action Args
2021-01-05 15:35:06Pierre.Tardysetrecipients: + Pierre.Tardy
2021-01-05 15:35:06Pierre.Tardysetmessageid: <1609860906.08.0.978981588338.issue42833@roundup.psfhosted.org>
2021-01-05 15:35:06Pierre.Tardylinkissue42833 messages
2021-01-05 15:35:05Pierre.Tardycreate