mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Remove last traces of cStringIO.
This commit is contained in:
parent
b1ef6735ba
commit
0312494665
13 changed files with 7 additions and 119 deletions
|
@ -50,7 +50,6 @@ extern void init_symtable();
|
|||
extern void init_weakref();
|
||||
extern void initarray();
|
||||
extern void initbinascii();
|
||||
extern void initcStringIO();
|
||||
extern void initcollections();
|
||||
extern void initcmath();
|
||||
extern void initdatetime();
|
||||
|
@ -110,7 +109,6 @@ struct _inittab _PyImport_Inittab[] = {
|
|||
{"_weakref", init_weakref},
|
||||
{"array", initarray},
|
||||
{"binascii", initbinascii},
|
||||
{"cStringIO", initcStringIO},
|
||||
{"collections", initcollections},
|
||||
{"cmath", initcmath},
|
||||
{"datetime", initdatetime},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue