[New-bugs-announce] [issue4062] Reference to non-existent __version__ in ast module

Orestis Markou report at bugs.python.org
Tue Oct 7 01:28:01 CEST 2008


New submission from Orestis Markou <orestis at orestis.gr>:

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.

----------
assignee: georg.brandl
components: Documentation
messages: 74413
nosy: georg.brandl, orestis
severity: normal
status: open
title: Reference to non-existent __version__ in ast module
type: behavior
versions: Python 2.6

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


More information about the New-bugs-announce mailing list