[issue12273] Change ast.__version__ calculation to provide consistent ordering

Martin v. Löwis report at bugs.python.org
Sat Jul 16 12:24:00 CEST 2011


Martin v. Löwis <martin at v.loewis.de> added the comment:

> sys.version_info and sys._mercurial provide all the info needed for someone (like me for mnfy)

Can you please elaborate? How do you know from looking at
sys._mercurial whether you can support that AST version?
sys._mercurial changes with every commit, but the AST doesn't
change that often.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12273>
_______________________________________


More information about the Python-bugs-list mailing list