mirror of https://github.com/python/cpython.git
include Python.h
This commit is contained in:
parent
650ae0ab06
commit
020dfe7f2e
|
@ -1,5 +1,7 @@
|
|||
/* Return the copyright string. This is updated manually. */
|
||||
|
||||
#include "Python.h"
|
||||
|
||||
const char *
|
||||
getcopyright()
|
||||
{
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
/* Return the full version string. */
|
||||
|
||||
#include "Python.h"
|
||||
|
||||
#include "patchlevel.h"
|
||||
|
||||
#define VERSION "%s (%s) %s"
|
||||
|
|
Loading…
Reference in New Issue