Docs: update list of removed stdlib pkgs (#4078)

This commit is contained in:
Neil Stoker 2023-08-21 07:43:52 +01:00 committed by GitHub
parent e19621d483
commit 9369ce0019
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 1 deletions

View File

@ -55,13 +55,21 @@ since they currently wouldn't work in the WebAssembly VM,
- curses
- dbm
- ensurepip
- fcntl
- grp
- idlelib
- lib2to3
- msvcrt
- pwd
- resource
- syslog
- termios
- tkinter
- turtle.py
- turtledemo
- venv
- pwd
- winreg
- winsound
### Included but not working modules
@ -72,3 +80,8 @@ The following modules can be imported, but are not functional due to the limitat
- sockets
as well as any functionality that requires these.
The following are present but cannot be imported due to a dependency on the termios package which has been removed:
- pty
- tty