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 r.david.murray
Recipients benjamin.peterson, brett.cannon, eric.araujo, loewis, ncoghlan, r.david.murray
Date 2011-06-07.19:59:09
SpamBayes Score 9.451616e-05
Marked as misclassified No
Message-id <1307476750.16.0.971059917869.issue12273@psf.upfronthosting.co.za>
In-reply-to
Content
I think you should just kill ast.__version__ in that case.  There was a discussion on python-dev and packaging about __version__ and PEP 396 was the result.  If you want the VCS info put it somewhere else (like __vcs_version__?).
History
Date User Action Args
2011-06-07 19:59:10r.david.murraysetrecipients: + r.david.murray, loewis, brett.cannon, ncoghlan, benjamin.peterson, eric.araujo
2011-06-07 19:59:10r.david.murraysetmessageid: <1307476750.16.0.971059917869.issue12273@psf.upfronthosting.co.za>
2011-06-07 19:59:09r.david.murraylinkissue12273 messages
2011-06-07 19:59:09r.david.murraycreate