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

This commit is contained in:
Georg Brandl 2009-12-19 17:34:32 +00:00
parent 8b10f13aaf
commit 670e5969cb
1 changed files with 0 additions and 9 deletions

View 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)