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 barry
Recipients barry, ethan.furman
Date 2016-03-24.14:19:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160324101945.444d4084@subdivisions.wooz.org>
In-reply-to <1458787688.43.0.0467845359815.issue26632@psf.upfronthosting.co.za>
Content
On Mar 24, 2016, at 02:48 AM, Ethan Furman wrote:

>On the down side, you know somebody is going to @public a class' method --
>how do we check for that?

Do we need to?  Consenting adults and __all__.

OT1H, you do get an AttributeError if you from-import-* and there are things
in __all__ that aren't in the module.  OTOH, it's a pretty obvious error.
History
Date User Action Args
2016-03-24 14:19:49barrysetrecipients: + barry, ethan.furman
2016-03-24 14:19:49barrylinkissue26632 messages
2016-03-24 14:19:48barrycreate