This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Expose Subversion revision number
Type: Stage:
Components: Interpreter Core Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: barry
Priority: normal Keywords: patch

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:14adminsetgithub: 42701
2005-12-16 05:11:04barrycreate