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 rhettinger
Recipients brett.cannon, eric.snow, ncoghlan, rhettinger
Date 2014-04-06.05:06:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396760794.6.0.286107095575.issue20383@psf.upfronthosting.co.za>
In-reply-to
Content
> Would allow for the name attribute to be optional
  ...
>  with the idea that sometime in the future we can
> deprecate pulling attributes from a module directly

Is there any chance that this would ever happen?
The __name__ attribute has been around almost forever
is widely relied on.  Deprecating it would be a very
disruptive event for nearly zero benefit.
History
Date User Action Args
2014-04-06 05:06:34rhettingersetrecipients: + rhettinger, brett.cannon, ncoghlan, eric.snow
2014-04-06 05:06:34rhettingersetmessageid: <1396760794.6.0.286107095575.issue20383@psf.upfronthosting.co.za>
2014-04-06 05:06:34rhettingerlinkissue20383 messages
2014-04-06 05:06:34rhettingercreate