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

2008-10-20 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-l

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

2008-10-20 Thread Armin Ronacher
Armin Ronacher <[EMAIL PROTECTED]> added the comment: Fixed in changeset 66984. -- resolution: -> fixed ___ Python tracker <[EMAIL PROTECTED]> ___

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

2008-10-20 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- assignee: georg.brandl -> aronacher nosy: +aronacher ___ Python tracker <[EMAIL PROTECTED]> ___ ___

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

2008-10-06 Thread Orestis Markou
New submission from Orestis Markou <[EMAIL PROTECTED]>: 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 "", line 1, in AttributeError: 'mod