Ethan Furman added the comment:

> 1. Is there a GitHub repo for enum34? Couldn't find a link to it on the PyPI 
> page.

The repo is at:  https://bitbucket.org/stoneleaf/enum34


> 2. Aren't 'name' and 'value' already included in `added_behavior`?

They didn't used to be, but they are now.  I'll fix that (eventually).


> Also, aren't you excluding a lot of important magic methods from that `dir`?

We decided the dunder methods were not interesting, so declined to include them 
in the listing.  And no, we are not changing our minds on that.  ;)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22506>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to