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 serhiy.storchaka
Recipients Robin.Schreiber, amaury.forgeotdarc, asvetlov, loewis, ned.deily, pitrou, python-dev, serhiy.storchaka
Date 2014-11-26.07:48:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416988115.99.0.101107435368.issue15721@psf.upfronthosting.co.za>
In-reply-to
Content
_tkinter classes are now heap types and they no longer have the __module__ attribute.

>>> import _tkinter
>>> _tkinter.TkappType.__module__
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: __module__

See issue20204.
History
Date User Action Args
2014-11-26 07:48:36serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, amaury.forgeotdarc, pitrou, ned.deily, asvetlov, python-dev, Robin.Schreiber
2014-11-26 07:48:35serhiy.storchakasetmessageid: <1416988115.99.0.101107435368.issue15721@psf.upfronthosting.co.za>
2014-11-26 07:48:35serhiy.storchakalinkissue15721 messages
2014-11-26 07:48:35serhiy.storchakacreate