[issue28616] sys.version_info.releaselevel - 'final' or 'release'

2016-11-04 Thread Ned Deily
Ned Deily added the comment: Thanks for the patch! -- nosy: +ned.deily resolution: -> fixed stage: -> resolved status: open -> closed versions: -Python 3.3, Python 3.4 ___ Python tracker

[issue28616] sys.version_info.releaselevel - 'final' or 'release'

2016-11-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0b4bcd954554 by Ned Deily in branch '2.7': Issue #28616: Correct help for sys.version_info releaselevel component. https://hg.python.org/cpython/rev/0b4bcd954554 New changeset 1390bde4b768 by Ned Deily in branch '3.5': Issue #28616: Correct help

[issue28616] sys.version_info.releaselevel - 'final' or 'release'

2016-11-04 Thread Anish Tambe
New submission from Anish Tambe: help(sys.version_info) suggests releaselevel is one among - | releaselevel | 'alpha', 'beta', 'candidate', or 'release' Notice that the last one is 'release'. But the implementation says current value is - 'final'. $ python Python 2.7.12 (default,