From 3db0de47e29c1377cf3b6c1af5e9189086dcc9c7 Mon Sep 17 00:00:00 2001 From: Hood Chatham Date: Tue, 26 Aug 2025 17:41:11 +0200 Subject: [PATCH] Remove comment about hashlib ssl limitations We include ssl by default so this isn't true. --- src/content/docs/workers/languages/python/stdlib.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/content/docs/workers/languages/python/stdlib.mdx b/src/content/docs/workers/languages/python/stdlib.mdx index e2b997708bff453..65cbb2a4e0ef4cf 100644 --- a/src/content/docs/workers/languages/python/stdlib.mdx +++ b/src/content/docs/workers/languages/python/stdlib.mdx @@ -17,7 +17,6 @@ The full [Python Standard Library](https://docs.python.org/3/library/index.html) ## Modules with limited functionality -* `hashlib`: Hash algorithms that depend on OpenSSL are not available by default. * `decimal`: The decimal module has C (\_decimal) and Python (\_pydecimal) implementations with the same functionality. Only the C implementation is available (compiled to WebAssembly) * `pydoc`: Help messages for Python builtins are not available