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 orestis
Recipients georg.brandl, orestis
Date 2008-10-06.23:28:00
SpamBayes Score 7.516599e-06
Marked as misclassified No
Message-id <1223335681.88.0.292034788645.issue4062@psf.upfronthosting.co.za>
In-reply-to
Content
The docs for the ast module refer to a __version__ number, that should track the 
Subversion id. 

However, this doesn't exist:

>>>import ast
>>>ast.__version__
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute '__version__'

Looking at ast.py, nothing of that sort is there in the first place.
History
Date User Action Args
2008-10-06 23:28:02orestissetrecipients: + orestis, georg.brandl
2008-10-06 23:28:01orestissetmessageid: <1223335681.88.0.292034788645.issue4062@psf.upfronthosting.co.za>
2008-10-06 23:28:01orestislinkissue4062 messages
2008-10-06 23:28:00orestiscreate