Kaydet (Commit) 37431fbb authored tarafından Guido van Rossum's avatar Guido van Rossum

initmodule3 -> initmodule3

üst 970a0a20
......@@ -142,5 +142,6 @@ You need to know a great deal about the interpreter to use this!";
void
initnew()
{
initmodule3("new", new_methods, new_doc, (object *)NULL);
initmodule4("new", new_methods, new_doc, (object *)NULL,
PYTHON_API_VERSION);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment