[Python-checkins] r55672 - peps/trunk/pep-3100.txt
neal.norwitz
python-checkins at python.org
Wed May 30 06:57:12 CEST 2007
Author: neal.norwitz
Date: Wed May 30 06:57:08 2007
New Revision: 55672
Modified:
peps/trunk/pep-3100.txt
Log:
If we remove the reload builtin(), do we really need PyImport_ReloadModule()?
Modified: peps/trunk/pep-3100.txt
==============================================================================
--- peps/trunk/pep-3100.txt (original)
+++ peps/trunk/pep-3100.txt Wed May 30 06:57:08 2007
@@ -137,6 +137,8 @@
PyString_AsEncodedString, PyString_AsDecodedString
PyArg_NoArgs, PyArg_GetInt, intargfunc, intintargfunc
+ PyImport_ReloadModule ?
+
Atomic Types
============
More information about the Python-checkins
mailing list