New submission from Marc-Andre Lemburg:

Not sure whether this can be considered a bug, but Python 2.6.7 for example 
showed the build revision in the sys.version:

>>> sys.version
'2.6.7 (r267:88850, Feb  9 2012, 18:56:05) \n[GCC 4.5.0 20100604 
[gcc-4_5-branch revision 160292]]'

whereas Python 2.6.9 does not:

>>> sys.version
'2.6.9 (unknown, Dec  4 2013, 18:39:21) \n[GCC 4.5.0 20100604 [gcc-4_5-branch 
revision 160292]]'

----------
components: Build
messages: 205256
nosy: lemburg
priority: normal
severity: normal
status: open
title: Revision information missing in Python 2.6.9
versions: Python 2.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19889>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to