File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ This is just a snapshot as of 2023-09-14.
9
9
* ** _ dbm** : Use from C
10
10
* ** _ gdbm** : Use from C
11
11
* ** _ tkinter** : Should be used from C
12
- * ** audioop** : Should be useable from C
13
- * ** nis** : We should just use the C module
14
12
* ** syslog** : Access to syslog. We should probably just use this from the C module.
15
13
16
14
#### These are not strictly needed for now
@@ -24,10 +22,14 @@ This is just a snapshot as of 2023-09-14.
24
22
#### These we probably won't support
25
23
* ** _ opcode** : We won't have it, our opcodes are different from CPython.
26
24
* ** _ symtable** : Interface for the compilers internal symboltable.
27
- * ** ossaudiodev** : Not needed, it's for Linux OSS audio
28
25
29
26
#### These we should re-implement
30
27
* ** _ uuid** : Can be implemented ourselves, is just 1 function
31
28
* ** grp** : UNIX group file access. Should be added to our POSIX APIs
32
29
* ** spwd** : UNIX shadow password file access. Should be added to our POSIX APIs
33
30
* ** 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
You can’t perform that action at this time.
0 commit comments