Issue 1382163: Expose Subversion revision number (original) (raw)

Issue1382163

Created on 2005-12-16 05:11 by barry, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
buildno.diff barry,2005-12-16 05:11
Messages (2)
msg49210 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2005-12-16 05:11
The attached patch calculates and exposes the Subversion build number, if available, to Python. If not building Python from a Subversion checkout, the old build number algorithm is used (although it is still newly exposed to Python via sys.build_number).
msg49211 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2005-12-18 01:27
Logged In: YES user_id=12800 Accepted and committed with some changes as discussed on python-dev. r41744
History
Date User Action Args
2022-04-11 14:56:14 admin set github: 42701
2005-12-16 05:11:04 barry create