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 jtaylor
Recipients jtaylor
Date 2011-06-01.18:55:56
SpamBayes Score 8.7420785e-06
Marked as misclassified No
Message-id <1306954557.42.0.779197130773.issue12236@psf.upfronthosting.co.za>
In-reply-to
Content
./Lib/lib-tk/Tkinter.py:33 has this svn keyword substitution:
 __version__ = "$Revision$"

Due to the change to hg this field is not substituted and makes __version__ quite pointless.
This affects the python 2.7.2rc1.
History
Date User Action Args
2011-06-01 18:55:57jtaylorsetrecipients: + jtaylor
2011-06-01 18:55:57jtaylorsetmessageid: <1306954557.42.0.779197130773.issue12236@psf.upfronthosting.co.za>
2011-06-01 18:55:56jtaylorlinkissue12236 messages
2011-06-01 18:55:56jtaylorcreate