Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6d7f6f7

Browse files
committed
Merged revisions 76883 via svnmerge from
svn+ssh://[email protected]/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(). ........
1 parent 45f992a commit 6d7f6f7

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Doc/c-api/init.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -283,13 +283,6 @@ Initialization, Finalization, and Threads
283283
modify its value. The value is available to Python code as :data:`sys.version`.
284284

285285

286-
.. cfunction:: const char* Py_GetBuildNumber()
287-
288-
Return a string representing the Subversion revision that this Python executable
289-
was built from. This number is a string because it may contain a trailing 'M'
290-
if Python was built from a mixed revision source tree.
291-
292-
293286
.. cfunction:: const char* Py_GetPlatform()
294287

295288
.. index:: single: platform (in module sys)

0 commit comments

Comments
 (0)