Skip to content

Commit 3db0de4

Browse files
committed
Remove comment about hashlib ssl limitations
We include ssl by default so this isn't true.
1 parent f3a6087 commit 3db0de4

File tree

1 file changed

+0
-1
lines changed
  • src/content/docs/workers/languages/python

1 file changed

+0
-1
lines changed

src/content/docs/workers/languages/python/stdlib.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ The full [Python Standard Library](https://docs.python.org/3/library/index.html)
1717

1818
## Modules with limited functionality
1919

20-
* `hashlib`: Hash algorithms that depend on OpenSSL are not available by default.
2120
* `decimal`: The decimal module has C (\_decimal) and Python (\_pydecimal) implementations
2221
with the same functionality. Only the C implementation is available (compiled to WebAssembly)
2322
* `pydoc`: Help messages for Python builtins are not available

0 commit comments

Comments
 (0)