mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Added binascii
This commit is contained in:
parent
727811907c
commit
a7b6a820ae
1 changed files with 2 additions and 0 deletions
|
|
@ -294,6 +294,7 @@ extern void initdl();
|
|||
extern void initsyslog();
|
||||
extern void initgestalt();
|
||||
extern void initmacfs();
|
||||
extern void initbinascii();
|
||||
#ifdef THINK
|
||||
extern void initmacconsole();
|
||||
#endif
|
||||
|
|
@ -365,6 +366,7 @@ struct {
|
|||
#endif
|
||||
{"gestalt", initgestalt},
|
||||
{"macfs", initmacfs},
|
||||
{"binascii", initbinascii},
|
||||
#ifdef THINK_C
|
||||
/* This is an interface to the Think runtime */
|
||||
{"macconsole", initmacconsole},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue