We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a6087 commit 3db0de4Copy full SHA for 3db0de4
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)
17
18
## Modules with limited functionality
19
20
-* `hashlib`: Hash algorithms that depend on OpenSSL are not available by default.
21
* `decimal`: The decimal module has C (\_decimal) and Python (\_pydecimal) implementations
22
with the same functionality. Only the C implementation is available (compiled to WebAssembly)
23
* `pydoc`: Help messages for Python builtins are not available
0 commit comments