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 belopolsky
Recipients belopolsky, mark.dickinson
Date 2010-06-12.04:48:41
SpamBayes Score 0.036200352
Marked as misclassified No
Message-id <1276318126.69.0.859042236864.issue8981@psf.upfronthosting.co.za>
In-reply-to
Content
>>> import _struct
>>> _struct.__version__
b'0.3'

I would rather simply remove this since it is no longer exposed in struct.

Yes, it does cause problems in real life code: I have applications that keep track of versions of modules that they use and expect __version__ to be string if defined.

Same problem in _curses, but I have never used that module - just grepped the sources.
History
Date User Action Args
2010-06-12 04:48:48belopolskysetrecipients: + belopolsky, mark.dickinson
2010-06-12 04:48:46belopolskysetmessageid: <1276318126.69.0.859042236864.issue8981@psf.upfronthosting.co.za>
2010-06-12 04:48:44belopolskylinkissue8981 messages
2010-06-12 04:48:41belopolskycreate