May 3, 2012
2:17 a.m.
On Mon, Apr 30, 2012 at 3:04 PM, Barry Warsaw <barry@python.org> wrote:
On Apr 27, 2012, at 12:36 AM, Eric Snow wrote:
Version Format --------------
XXX same as sys.version_info?
Why not? :) It might be useful also to have something similar to sys.hexversion, which I often find convenient.
Would it be worth mirroring all 3 (sys.version, sys.version_info, sys.hexversion)? Symmetry is nice, but it also makes sense if the each would be as meaningful as they are in sys. -eric