If we remove the reload builtin(), do we really need PyImport_ReloadModule()?

This commit is contained in:
Neal Norwitz 2007-05-30 04:57:08 +00:00
parent 3c3f1b7547
commit 49e97bd60d
1 changed files with 2 additions and 0 deletions

View File

@ -137,6 +137,8 @@ To be removed:
PyString_AsEncodedString, PyString_AsDecodedString
PyArg_NoArgs, PyArg_GetInt, intargfunc, intintargfunc
PyImport_ReloadModule ?
Atomic Types
============