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 shreyanavigyan
Recipients christian.heimes, cstratak, shreyanavigyan
Date 2021-05-05.15:48:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620229706.9.0.749339027755.issue44048@roundup.psfhosted.org>
In-reply-to
Content
The errors are occurring because the code before these commits checked whether those algorithms were present or not. If an algorithm was not present it was not tested. The new code doesn't check and therefore if even one of the algorithm modules are not present raises an error.
History
Date User Action Args
2021-05-05 15:48:26shreyanavigyansetrecipients: + shreyanavigyan, christian.heimes, cstratak
2021-05-05 15:48:26shreyanavigyansetmessageid: <1620229706.9.0.749339027755.issue44048@roundup.psfhosted.org>
2021-05-05 15:48:26shreyanavigyanlinkissue44048 messages
2021-05-05 15:48:26shreyanavigyancreate