summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-12-19 17:34:32 (GMT)
committerGeorg Brandl <georg@python.org>2009-12-19 17:34:32 (GMT)
commit670e5969cbfd526a25618adaf5336dd46d118280 (patch)
tree54077d2a8288fdde96da8b8ee0c6adf9fcd9e8c4
parent8b10f13aaf552000d44c16341193495f61b186a8 (diff)
downloadcpython-670e5969cbfd526a25618adaf5336dd46d118280.zip
cpython-670e5969cbfd526a25618adaf5336dd46d118280.tar.gz
cpython-670e5969cbfd526a25618adaf5336dd46d118280.tar.bz2
#7521: remove Py_GetBuildNumber(), which was removed in favor of Py_GetBuildInfo().
-rw-r--r--Doc/c-api/init.rst9
1 files changed, 0 insertions, 9 deletions
diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst
index ed6e450..48ac14d 100644
--- a/Doc/c-api/init.rst
+++ b/Doc/c-api/init.rst
@@ -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)