]> granicus.if.org Git - python/commitdiff
bump api version
authorGuido van Rossum <guido@python.org>
Fri, 12 Jan 1996 00:49:39 +0000 (00:49 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 12 Jan 1996 00:49:39 +0000 (00:49 +0000)
Include/modsupport.h

index 7a38541d27d6454ee1838076c575bbe926294b88..1ad4715fc42498fbef8b8ed31915227ec7a7fd96 100644 (file)
@@ -52,7 +52,7 @@ extern PyObject *Py_BuildValue();
 extern int PyArg_VaParse Py_PROTO((PyObject *, char *, va_list));
 extern PyObject *Py_VaBuildValue Py_PROTO((char *, va_list));
 
-#define PYTHON_API_VERSION 1002
+#define PYTHON_API_VERSION 1003
 /* The API version is maintained (independently from the Python version)
    so we can detect mismatches between the interpreter and dynamically
    loaded modules.
@@ -60,6 +60,8 @@ extern PyObject *Py_VaBuildValue Py_PROTO((char *, va_list));
    Please add a line or two to the top of this log for each API
    version change:
 
+   7-Nov-1995  GvR     Keyword arguments (should've been done at 1.3 :-( )
+
    10-Jan-1995 GvR     Renamed globals to new naming scheme
 
    9-Jan-1995  GvR     Initial version (incompatible with older API)