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 python-dev
Recipients Robin.Schreiber, amaury.forgeotdarc, asvetlov, benjamin.peterson, brett.cannon, eric.snow, ezio.melotti, loewis, ncoghlan, ned.deily, pitrou, python-dev, serhiy.storchaka, yselivanov
Date 2015-03-01.08:04:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150301080427.34498.91537@psf.io>
In-reply-to
Content
New changeset a192cc5a63be by Serhiy Storchaka in branch '3.4':
Issue #20204: Added the __module__ attribute to _tkinter classes.
https://hg.python.org/cpython/rev/a192cc5a63be

New changeset 3244142eeafb by Serhiy Storchaka in branch 'default':
Issue #20204: Added the __module__ attribute to _tkinter classes.
https://hg.python.org/cpython/rev/3244142eeafb

New changeset d6dff5a5290a by Serhiy Storchaka in branch 'default':
Issue #20204: Deprecation warning is now raised for builtin type without the
https://hg.python.org/cpython/rev/d6dff5a5290a
History
Date User Action Args
2015-03-01 08:04:30python-devsetrecipients: + python-dev, loewis, brett.cannon, amaury.forgeotdarc, ncoghlan, pitrou, benjamin.peterson, ned.deily, ezio.melotti, asvetlov, eric.snow, serhiy.storchaka, Robin.Schreiber, yselivanov
2015-03-01 08:04:30python-devlinkissue20204 messages
2015-03-01 08:04:30python-devcreate