[Python-Dev] enum discussion: can someone please summarize open issues? (original) (raw)

Antoine Pitrou solipsis at pitrou.net
Mon Apr 29 00:35:26 CEST 2013


On Mon, 29 Apr 2013 08:28:34 +1000 Nick Coghlan <ncoghlan at gmail.com> wrote:

On 29 Apr 2013 07:32, "Antoine Pitrou" <solipsis at pitrou.net> wrote: > > On Sun, 28 Apr 2013 13:02:11 -0700 > Guido van Rossum <guido at python.org> wrote: > > > > > - for the above two, how should they be included/excluded? > > > > IMO Everything should be enumerated except > > (a) things with a get() method (i.e. descriptors) > > (b) dunder names > > I think it would be nice to define regular methods on enums.

Functions are descriptors, so this rule already covers ordinary methods.

Oh, I had missed that.

Regards

Antoine.



More information about the Python-Dev mailing list