From 6d7f6f75fdfedcb9c3e4a98194448eac619e9f95 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 19 Dec 2009 17:35:49 +0000 Subject: Merged revisions 76883 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76883 | georg.brandl | 2009-12-19 18:34:32 +0100 (Sa, 19 Dez 2009) | 1 line #7521: remove Py_GetBuildNumber(), which was removed in favor of Py_GetBuildInfo(). ........ --- Doc/c-api/init.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst index 152cb13..2e2aa64 100644 --- a/Doc/c-api/init.rst +++ b/Doc/c-api/init.rst @@ -283,13 +283,6 @@ Initialization, Finalization, and Threads modify its value. The value is available to Python code as :data:`sys.version`. -.. cfunction:: const char* Py_GetBuildNumber() - - Return a string representing the Subversion revision that this Python executable - was built from. This number is a string because it may contain a trailing 'M' - if Python was built from a mixed revision source tree. - - .. cfunction:: const char* Py_GetPlatform() .. index:: single: platform (in module sys) -- cgit v0.12