Commit 87ad1346 authored by Guido van Rossum's avatar Guido van Rossum

initmodule3 -> initmodule3

parent 67f2d41e
...@@ -142,5 +142,6 @@ You need to know a great deal about the interpreter to use this!"; ...@@ -142,5 +142,6 @@ You need to know a great deal about the interpreter to use this!";
void void
initnew() 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