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, benjamin.peterson, brett.cannon, eric.snow, ezio.melotti, loewis, ncoghlan, ned.deily, pitrou, serhiy.storchaka, yselivanov
Date 2015-02-28.09:04:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425114264.46.0.0327454809156.issue20204@psf.upfronthosting.co.za>
In-reply-to
Content
What type of warning is more preferable here? It will be emitted at import. E.g.:

$ ./python -Wall
Python 3.5.0a1+ (default:28ba862036cc+, Feb 28 2015, 11:01:23) 
[GCC 4.8.2] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import tkinter
_frozen_importlib:321: SyntaxWarning: builtin type tkapp has no the __module__ attribute
_frozen_importlib:321: SyntaxWarning: builtin type tktimertoken has no the __module__ attribute

DeprecationWarning? RuntimeWarning?
History
Date User Action Args
2015-02-28 09:04:24serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, brett.cannon, amaury.forgeotdarc, ncoghlan, pitrou, benjamin.peterson, ned.deily, ezio.melotti, asvetlov, eric.snow, Robin.Schreiber, yselivanov
2015-02-28 09:04:24serhiy.storchakasetmessageid: <1425114264.46.0.0327454809156.issue20204@psf.upfronthosting.co.za>
2015-02-28 09:04:24serhiy.storchakalinkissue20204 messages
2015-02-28 09:04:24serhiy.storchakacreate