This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients benjamin.peterson, brett.cannon, eric.araujo, loewis, ncoghlan, python-dev, r.david.murray
Date 2011-07-16.10:23:59
SpamBayes Score 0.010191374
Marked as misclassified No
Message-id <4E2166BE.4020608@v.loewis.de>
In-reply-to <1307687297.17.0.74781332947.issue12273@psf.upfronthosting.co.za>
Content
> 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.
History
Date User Action Args
2011-07-16 10:24:00loewissetrecipients: + loewis, brett.cannon, ncoghlan, benjamin.peterson, eric.araujo, r.david.murray, python-dev
2011-07-16 10:23:59loewislinkissue12273 messages
2011-07-16 10:23:59loewiscreate