]> granicus.if.org Git - python/commitdiff
Merged revisions 76883 via svnmerge from
authorGeorg Brandl <georg@python.org>
Sat, 19 Dec 2009 17:35:49 +0000 (17:35 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 19 Dec 2009 17:35:49 +0000 (17:35 +0000)
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

index 152cb138cf7e4f100e3829dd37cb38a37f72f450..2e2aa6404464012a0777876f9c1cfd473df0c0e0 100644 (file)
@@ -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)