[Python-checkins] r76883 - python/trunk/Doc/c-api/init.rst

georg.brandl python-checkins at python.org
Sat Dec 19 18:34:32 CET 2009


Author: georg.brandl
Date: Sat Dec 19 18:34:32 2009
New Revision: 76883

Log:
#7521: remove Py_GetBuildNumber(), which was removed in favor of Py_GetBuildInfo().

Modified:
   python/trunk/Doc/c-api/init.rst

Modified: python/trunk/Doc/c-api/init.rst
==============================================================================
--- python/trunk/Doc/c-api/init.rst	(original)
+++ python/trunk/Doc/c-api/init.rst	Sat Dec 19 18:34:32 2009
@@ -284,15 +284,6 @@
    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)


More information about the Python-checkins mailing list