Commit 020dfe7f authored by Guido van Rossum's avatar Guido van Rossum

include Python.h

parent 650ae0ab
/* Return the copyright string. This is updated manually. */
#include "Python.h"
const char *
getcopyright()
{
......
/* Return the full version string. */
#include "Python.h"
#include "patchlevel.h"
#define VERSION "%s (%s) %s"
......
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