]> granicus.if.org Git - python/commitdiff
#7521: remove Py_GetBuildNumber(), which was removed in favor of Py_GetBuildInfo().
authorGeorg Brandl <georg@python.org>
Sat, 19 Dec 2009 17:34:32 +0000 (17:34 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 19 Dec 2009 17:34:32 +0000 (17:34 +0000)
Doc/c-api/init.rst

index ed6e45059f9e3c9ec04b99a7ff2fe4b03688d25e..48ac14d494c9629efe59116b19a50e51df5d68b8 100644 (file)
@@ -284,15 +284,6 @@ Initialization, Finalization, and Threads
    modify its value.  The value is available to Python code as ``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.
-
-   .. versionadded:: 2.5
-
-
 .. cfunction:: const char* Py_GetPlatform()
 
    .. index:: single: platform (in module sys)