From: Guido van Rossum Date: Wed, 7 Oct 1998 14:48:53 +0000 (+0000) Subject: Make the version variable static (it has no business being exported). X-Git-Tag: v1.5.2a2~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5f6c223a9ff081bc057fbf3d2e62b9b8a538e48;p=python Make the version variable static (it has no business being exported). --- diff --git a/Modules/_cursesmodule.c b/Modules/_cursesmodule.c index a176225cc4..b42a2bc1fb 100644 --- a/Modules/_cursesmodule.c +++ b/Modules/_cursesmodule.c @@ -219,7 +219,7 @@ Version 1.0: 94/08/30: ******************************************************************/ -char *PyCursesVersion = "1.2"; +static char *PyCursesVersion = "1.2"; /* * Check the return code from a curses function and return None