Skip to content

Commit d646e27

Browse files
committed
Update MISSING.md with deprecated modules
1 parent 38eafe4 commit d646e27

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/contributor/MISSING.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ This is just a snapshot as of 2023-09-14.
99
* **_dbm**: Use from C
1010
* **_gdbm**: Use from C
1111
* **_tkinter**: Should be used from C
12-
* **audioop**: Should be useable from C
13-
* **nis**: We should just use the C module
1412
* **syslog**: Access to syslog. We should probably just use this from the C module.
1513

1614
#### These are not strictly needed for now
@@ -24,10 +22,14 @@ This is just a snapshot as of 2023-09-14.
2422
#### These we probably won't support
2523
* **_opcode**: We won't have it, our opcodes are different from CPython.
2624
* **_symtable**: Interface for the compilers internal symboltable.
27-
* **ossaudiodev**: Not needed, it's for Linux OSS audio
2825

2926
#### These we should re-implement
3027
* **_uuid**: Can be implemented ourselves, is just 1 function
3128
* **grp**: UNIX group file access. Should be added to our POSIX APIs
3229
* **spwd**: UNIX shadow password file access. Should be added to our POSIX APIs
3330
* **parser**: We need to implement this for our parser
31+
32+
#### Deprecated in CPython, won't implement
33+
* **audioop**: Scheduled for removal in 3.13
34+
* **ossaudiodev**: Scheduled for removal in 3.13
35+
* **nis**: Scheduled for removal in 3.13

0 commit comments

Comments
 (0)