Message231696
| 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:36 | serhiy.storchaka | set | recipients: + serhiy.storchaka, loewis, amaury.forgeotdarc, pitrou, ned.deily, asvetlov, python-dev, Robin.Schreiber |
| 2014-11-26 07:48:35 | serhiy.storchaka | set | messageid: <1416988115.99.0.101107435368.issue15721@psf.upfronthosting.co.za> |
| 2014-11-26 07:48:35 | serhiy.storchaka | link | issue15721 messages |
| 2014-11-26 07:48:35 | serhiy.storchaka | create | |