Martin v. Löwis <[email protected]> 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 <[email protected]> <http://bugs.python.org/issue12273> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
